Html Css Color HEX #606D02 Fiji Green

📋 copy color: '#606D02'

red 96 ◦ green 109 ◦ blue 2

#606D02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #606D02

Tints of Fiji Green #606D02

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 value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#606D02 (or 0x606D02) is known color: 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

RGB 96 109 2 -
CMYK 0.12 0 0.98 0.57
HSL 67.29º 0.96% 0.22% -
HSV(B) 67.29º 0.98% 0.43% -
XYZ 10.3 13.43 2.11 -
YUV 92.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 96 109 2 0.12 0 0.98 0.57 67.29 0.96 0.22
Hex 60 6D 2 C 0 62 39 43 60 16
Octal 140 155 2 14 0 142 71 103 140 26
Binary 1100000 1101101 10 1100 0 1100010 111001 1000011 1100000 10110

Color Harmonies of #606D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D02

Black with #606D02

Text Example


Text Example

White with #606D02

Text Example


Text Example

HTML Codes & Css Web 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>