Html Css Color HEX #5B6614 Fiji Green

📋 copy color: '#5B6614'

red 91 ◦ green 102 ◦ blue 20

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

Shades of Fiji Green #5B6614

Tints of Fiji Green #5B6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.89%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 42.72%
G = 47.89%
B = 9.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#5B6614 (or 0x5B6614) is known color: Fiji Green. HEX triplet: 5B, 66 and 14. RGB value is (91,102,20). Sum of RGB (Red+Green+Blue) = 91+102+20=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6614 is #A499EB. Grayscale: #595959. Windows color (decimal): -10787308 or 1336923. OLE color: 1336923.

HSL color Cylindrical-coordinate representation of color #5B6614: hue angle of 68.05º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B6614 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 102 20 -
CMYK 0.11 0 0.80 0.6
HSL 68.05º 0.67% 0.24% -
HSV(B) 68.05º 0.8% 0.4% -
XYZ 9.19 11.78 2.45 -
YUV 89.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 91 102 20 0.11 0 0.80 0.6 68.05 0.67 0.24
Hex 5B 66 14 B 0 50 3C 44 43 18
Octal 133 146 24 13 0 120 74 104 103 30
Binary 1011011 1100110 10100 1011 0 1010000 111100 1000100 1000011 11000

Color Harmonies of #5B6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6614

Black with #5B6614

Text Example


Text Example

White with #5B6614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,20); }

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

background-color css

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

 a { background-color: rgb(91,102,20); }

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

border-color css

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

 span { border-color: rgb(91,102,20); }

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