Html Css Color HEX #5B620C Fiji Green

📋 copy color: '#5B620C'

red 91 ◦ green 98 ◦ blue 12

#5B620C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5B620C

Tints of Fiji Green #5B620C

RGB

 RED value IS 91 (35.94% from 255) = 45.27%

 GREEN value IS 98 (38.67% from 255) = 48.76%

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 45.27%
G = 48.76%
B = 5.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5B620C (or 0x5B620C) is known color: Fiji Green. HEX triplet: 5B, 62 and 0C. RGB value is (91,98,12). Sum of RGB (Red+Green+Blue) = 91+98+12=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #5B620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B620C is #A49DF3. Grayscale: #565656. Windows color (decimal): -10788340 or 811611. OLE color: 811611.

HSL color Cylindrical-coordinate representation of color #5B620C: hue angle of 64.88º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B620C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 98 12 -
CMYK 0.07 0 0.88 0.62
HSL 64.88º 0.78% 0.22% -
HSV(B) 64.88º 0.88% 0.38% -
XYZ 8.75 10.99 2.01 -
YUV 86.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 91 98 12 0.07 0 0.88 0.62 64.88 0.78 0.22
Hex 5B 62 C 7 0 58 3E 41 4E 16
Octal 133 142 14 7 0 130 76 101 116 26
Binary 1011011 1100010 1100 111 0 1011000 111110 1000001 1001110 10110

Color Harmonies of #5B620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B620C

Black with #5B620C

Text Example


Text Example

White with #5B620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B620C; }

 p { color: rgb(91,98,12); }

 H1.HeaderClassName
 {
   color: #5B620C;
 }
 .AnyTagClassName
 {
   color: #5B620C;
 }
</style>

background-color css

<style>
 a { background-color: #5B620C; }

 a { background-color: rgb(91,98,12); }

 div.DivClassName
 {
   background-color: #5B620C;
 }
 .BgClassName
 {
   background-color: #5B620C;
 }
</style>

border-color css

<style>
 span { border-color: #5B620C; }

 span { border-color: rgb(91,98,12); }

 td.TdClassName
 {
   border-color: #5B620C;
 }
 .TagClassName
 {
   border-color: #5B620C;
 }
</style>