Html Css Color HEX #607802 Fiji Green

📋 copy color: '#607802'

red 96 ◦ green 120 ◦ blue 2

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

Shades of Fiji Green #607802

Tints of Fiji Green #607802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.05%

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

R = 44.04%
G = 55.05%
B = 0.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#607802 (or 0x607802) is known color: Fiji Green. HEX triplet: 60, 78 and 02. RGB value is (96,120,2). Sum of RGB (Red+Green+Blue) = 96+120+2=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #607802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607802 is #9F87FD. Grayscale: #636363. Windows color (decimal): -10455038 or 161888. OLE color: 161888.

HSL color Cylindrical-coordinate representation of color #607802: hue angle of 72.2º 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 #607802 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 2 -
CMYK 0.2 0 0.98 0.53
HSL 72.2º 0.97% 0.24% -
HSV(B) 72.2º 0.98% 0.47% -
XYZ 11.55 15.92 2.52 -
YUV 99.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 96 120 2 0.2 0 0.98 0.53 72.2 0.97 0.24
Hex 60 78 2 14 0 62 35 48 61 18
Octal 140 170 2 24 0 142 65 110 141 30
Binary 1100000 1111000 10 10100 0 1100010 110101 1001000 1100001 11000

Color Harmonies of #607802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607802

Black with #607802

Text Example


Text Example

White with #607802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607802; }

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

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

background-color css

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

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

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

border-color css

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

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

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