#5C6B00

Color #5C6B00 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5C6B00

Tints of Fiji Green #5C6B00

Color information

#5C6B00 (or 0x5C6B00) is unknown color: approx Fiji Green. HEX triplet: 5C, 6B and 00. RGB value is (92,107,0). Sum of RGB (Red+Green+Blue) = 92+107+0=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6B00 is #A394FF. Grayscale: #5A5A5A. Windows color (decimal): -10720512 or 27484. OLE color: 27484.

HSL color Cylindrical-coordinate representation of color #5C6B00: hue angle of 68.41º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C6B00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB921070-
CMYK0.14010.58
HSL68.41º100%20.98%-
HSV(B)68.41º100%41.96%-
XYZ9.6712.791.96-
YUV90.3277.03129.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.23%
G=53.77%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9210700.14010.5868.4110020.98
Hex5C6B0E0643A446415
Octal13415301601447210414425
Binary1011100110101101110011001001110101000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,107,0); }

 H1.HeaderClassName
 {
   color: #5C6B00;
 }
 .AnyTagClassName
 {
   color: #5C6B00;
 }
</style>
background-color css

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

 a { background-color: rgb(92,107,0); }

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

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

 span { border-color: rgb(92,107,0); }

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