Html Css Color HEX #606B02 Fiji Green

📋 copy color: '#606B02'

red 96 ◦ green 107 ◦ blue 2

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

Shades of Fiji Green #606B02

Tints of Fiji Green #606B02

RGB

 RED value IS 96 (37.89% from 255) = 46.83%

 GREEN value IS 107 (42.19% from 255) = 52.2%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 46.83%
G = 52.2%
B = 0.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#606B02 (or 0x606B02) is known color: Fiji Green. HEX triplet: 60, 6B and 02. RGB value is (96,107,2). Sum of RGB (Red+Green+Blue) = 96+107+2=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #606B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B02 is #9F94FD. Grayscale: #5C5C5C. Windows color (decimal): -10458366 or 158560. OLE color: 158560.

HSL color Cylindrical-coordinate representation of color #606B02: hue angle of 66.29º 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 #606B02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 2 -
CMYK 0.10 0 0.98 0.58
HSL 66.29º 0.96% 0.21% -
HSV(B) 66.29º 0.98% 0.42% -
XYZ 10.09 13.01 2.04 -
YUV 91.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 96 107 2 0.10 0 0.98 0.58 66.29 0.96 0.21
Hex 60 6B 2 A 0 62 3A 42 60 15
Octal 140 153 2 12 0 142 72 102 140 25
Binary 1100000 1101011 10 1010 0 1100010 111010 1000010 1100000 10101

Color Harmonies of #606B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B02

Black with #606B02

Text Example


Text Example

White with #606B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #606B02;
 }
 .AnyTagClassName
 {
   color: #606B02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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