Html Css Color HEX #607702 Fiji Green

📋 copy color: '#607702'

red 96 ◦ green 119 ◦ blue 2

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

Shades of Fiji Green #607702

Tints of Fiji Green #607702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.84%

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

R = 44.24%
G = 54.84%
B = 0.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#607702 (or 0x607702) is known color: Fiji Green. HEX triplet: 60, 77 and 02. RGB value is (96,119,2). Sum of RGB (Red+Green+Blue) = 96+119+2=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #607702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607702 is #9F88FD. Grayscale: #636363. Windows color (decimal): -10455294 or 161632. OLE color: 161632.

HSL color Cylindrical-coordinate representation of color #607702: hue angle of 71.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #607702 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 2 -
CMYK 0.19 0 0.98 0.53
HSL 71.79º 0.97% 0.24% -
HSV(B) 71.79º 0.98% 0.47% -
XYZ 11.43 15.68 2.48 -
YUV 98.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 96 119 2 0.19 0 0.98 0.53 71.79 0.97 0.24
Hex 60 77 2 13 0 62 35 48 61 18
Octal 140 167 2 23 0 142 65 110 141 30
Binary 1100000 1110111 10 10011 0 1100010 110101 1001000 1100001 11000

Color Harmonies of #607702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607702

Black with #607702

Text Example


Text Example

White with #607702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607702; }

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

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

background-color css

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

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

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

border-color css

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

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

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