#606D02

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

Shades of Fiji Green #606D02

Tints of Fiji Green #606D02

Color information

#606D02 (or 0x606D02) is unknown color: approx Fiji Green. HEX triplet: 60, 6D and 02. RGB value is (96,109,2). Sum of RGB (Red+Green+Blue) = 96+109+2=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #606D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D02 is #9F92FD. Grayscale: #5D5D5D. Windows color (decimal): -10457854 or 159072. OLE color: 159072.

HSL color Cylindrical-coordinate representation of color #606D02: hue angle of 67.29º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #606D02 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB961092-
CMYK0.1200.980.57
HSL67.29º96.4%21.76%-
HSV(B)67.29º98.17%42.75%-
XYZ10.313.432.11-
YUV92.9276.69130.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=46.38%
G=52.66%
B=0.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9610920.1200.980.5767.2996.421.76
Hex606D2C06239436016
Octal14015521401427110314026
Binary11000001101101101100011000101110011000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606D02; }

 p { color: rgb(96,109,2); }

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

<style>
 a { background-color: #606D02; }

 a { background-color: rgb(96,109,2); }

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

<style>
 span { border-color: #606D02; }

 span { border-color: rgb(96,109,2); }

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