#5C6700

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

Shades of Fiji Green #5C6700

Tints of Fiji Green #5C6700

Color information

#5C6700 (or 0x5C6700) is unknown color: approx Fiji Green. HEX triplet: 5C, 67 and 00. RGB value is (92,103,0). Sum of RGB (Red+Green+Blue) = 92+103+0=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6700 is #A398FF. Grayscale: #585858. Windows color (decimal): -10721536 or 26460. OLE color: 26460.

HSL color Cylindrical-coordinate representation of color #5C6700: hue angle of 66.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C6700 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB921030-
CMYK0.11010.60
HSL66.41º100%20.2%-
HSV(B)66.41º100%40.39%-
XYZ9.2611.981.82-
YUV87.9778.36130.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.18%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.18%
G=52.82%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9210300.11010.6066.4110020.2
Hex5C670B0643C426414
Octal13414701301447410214424
Binary1011100110011101011011001001111001000010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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