Html Css Color HEX #5B680C Fiji Green

📋 copy color: '#5B680C'

red 91 ◦ green 104 ◦ blue 12

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

Shades of Fiji Green #5B680C

Tints of Fiji Green #5B680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.24%

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

R = 43.96%
G = 50.24%
B = 5.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#5B680C (or 0x5B680C) is known color: Fiji Green. HEX triplet: 5B, 68 and 0C. RGB value is (91,104,12). Sum of RGB (Red+Green+Blue) = 91+104+12=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #5B680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B680C is #A497F3. Grayscale: #595959. Windows color (decimal): -10786804 or 813147. OLE color: 813147.

HSL color Cylindrical-coordinate representation of color #5B680C: hue angle of 68.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B680C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 104 12 -
CMYK 0.12 0 0.88 0.59
HSL 68.48º 0.79% 0.23% -
HSV(B) 68.48º 0.88% 0.41% -
XYZ 9.33 12.15 2.2 -
YUV 89.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 91 104 12 0.12 0 0.88 0.59 68.48 0.79 0.23
Hex 5B 68 C C 0 58 3B 44 4F 17
Octal 133 150 14 14 0 130 73 104 117 27
Binary 1011011 1101000 1100 1100 0 1011000 111011 1000100 1001111 10111

Color Harmonies of #5B680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B680C

Black with #5B680C

Text Example


Text Example

White with #5B680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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