Html Css Color HEX #606702 Fiji Green

📋 copy color: '#606702'

red 96 ◦ green 103 ◦ blue 2

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

Shades of Fiji Green #606702

Tints of Fiji Green #606702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.24%

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

R = 47.76%
G = 51.24%
B = 1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#606702 (or 0x606702) is known color: Fiji Green. HEX triplet: 60, 67 and 02. RGB value is (96,103,2). Sum of RGB (Red+Green+Blue) = 96+103+2=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #606702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606702 is #9F98FD. Grayscale: #595959. Windows color (decimal): -10459390 or 157536. OLE color: 157536.

HSL color Cylindrical-coordinate representation of color #606702: hue angle of 64.16º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #606702 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 2 -
CMYK 0.07 0 0.98 0.60
HSL 64.16º 0.96% 0.21% -
HSV(B) 64.16º 0.98% 0.4% -
XYZ 9.69 12.19 1.9 -
YUV 89.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 96 103 2 0.07 0 0.98 0.60 64.16 0.96 0.21
Hex 60 67 2 7 0 62 3C 40 60 15
Octal 140 147 2 7 0 142 74 100 140 25
Binary 1100000 1100111 10 111 0 1100010 111100 1000000 1100000 10101

Color Harmonies of #606702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606702

Black with #606702

Text Example


Text Example

White with #606702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606702; }

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

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

background-color css

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

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

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

border-color css

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

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

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