#5C6A02

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

Shades of Fiji Green #5C6A02

Tints of Fiji Green #5C6A02

Color information

#5C6A02 (or 0x5C6A02) is unknown color: approx Fiji Green. HEX triplet: 5C, 6A and 02. RGB value is (92,106,2). Sum of RGB (Red+Green+Blue) = 92+106+2=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6A02 is #A395FD. Grayscale: #5A5A5A. Windows color (decimal): -10720766 or 158300. OLE color: 158300.

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

Color convert

RGB921062-
CMYK0.1300.980.58
HSL68.08º96.3%21.18%-
HSV(B)68.08º98.11%41.57%-
XYZ9.5812.591.98-
YUV89.9678.36129.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 2 (1.17% from 255) = 1%
R=46%
G=53%
B=1%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9210620.1300.980.5868.0896.321.18
Hex5C6A2D0623A446015
Octal13415221501427210414025
Binary10111001101010101101011000101110101000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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