Html Css Color HEX #5B6D14 Fiji Green

📋 copy color: '#5B6D14'

red 91 ◦ green 109 ◦ blue 20

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

Shades of Fiji Green #5B6D14

Tints of Fiji Green #5B6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.55%

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

R = 41.36%
G = 49.55%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#5B6D14 (or 0x5B6D14) is known color: Fiji Green. HEX triplet: 5B, 6D and 14. RGB value is (91,109,20). Sum of RGB (Red+Green+Blue) = 91+109+20=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6D14 is #A492EB. Grayscale: #5D5D5D. Windows color (decimal): -10785516 or 1338715. OLE color: 1338715.

HSL color Cylindrical-coordinate representation of color #5B6D14: hue angle of 72.13º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B6D14 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 109 20 -
CMYK 0.17 0 0.82 0.57
HSL 72.13º 0.69% 0.25% -
HSV(B) 72.13º 0.82% 0.43% -
XYZ 9.91 13.21 2.69 -
YUV 93.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 91 109 20 0.17 0 0.82 0.57 72.13 0.69 0.25
Hex 5B 6D 14 11 0 52 39 48 45 19
Octal 133 155 24 21 0 122 71 110 105 31
Binary 1011011 1101101 10100 10001 0 1010010 111001 1001000 1000101 11001

Color Harmonies of #5B6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6D14

Black with #5B6D14

Text Example


Text Example

White with #5B6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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