#5C6602

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

Shades of Fiji Green #5C6602

Tints of Fiji Green #5C6602

Color information

#5C6602 (or 0x5C6602) is unknown color: approx Fiji Green. HEX triplet: 5C, 66 and 02. RGB value is (92,102,2). Sum of RGB (Red+Green+Blue) = 92+102+2=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6602 is #A399FD. Grayscale: #585858. Windows color (decimal): -10721790 or 157276. OLE color: 157276.

HSL color Cylindrical-coordinate representation of color #5C6602: hue angle of 66º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C6602 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB921022-
CMYK0.1000.980.6
HSL66º96.15%20.39%-
HSV(B)66º98.04%40%-
XYZ9.1811.781.85-
YUV87.6179.69131.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.94%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=46.94%
G=52.04%
B=1.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9210220.1000.980.66696.1520.39
Hex5C662A0623C426014
Octal13414621201427410214024
Binary10111001100110101010011000101111001000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,2); }

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

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

 a { background-color: rgb(92,102,2); }

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

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

 span { border-color: rgb(92,102,2); }

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