Html Css Color HEX #607502 Fiji Green

📋 copy color: '#607502'

red 96 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #607502

Tints of Fiji Green #607502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 44.65%
G = 54.42%
B = 0.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#607502 (or 0x607502) is known color: Fiji Green. HEX triplet: 60, 75 and 02. RGB value is (96,117,2). Sum of RGB (Red+Green+Blue) = 96+117+2=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #607502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607502 is #9F8AFD. Grayscale: #626262. Windows color (decimal): -10455806 or 161120. OLE color: 161120.

HSL color Cylindrical-coordinate representation of color #607502: hue angle of 70.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #607502 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 2 -
CMYK 0.18 0 0.98 0.54
HSL 70.96º 0.97% 0.23% -
HSV(B) 70.96º 0.98% 0.46% -
XYZ 11.2 15.21 2.4 -
YUV 97.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 96 117 2 0.18 0 0.98 0.54 70.96 0.97 0.23
Hex 60 75 2 12 0 62 36 47 61 17
Octal 140 165 2 22 0 142 66 107 141 27
Binary 1100000 1110101 10 10010 0 1100010 110110 1000111 1100001 10111

Color Harmonies of #607502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607502

Black with #607502

Text Example


Text Example

White with #607502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607502; }

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

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

background-color css

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

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

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

border-color css

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

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

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