Html Css Color HEX #608002 Fiji Green

📋 copy color: '#608002'

red 96 ◦ green 128 ◦ blue 2

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

Shades of Fiji Green #608002

Tints of Fiji Green #608002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.64%

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

R = 42.48%
G = 56.64%
B = 0.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#608002 (or 0x608002) is known color: Fiji Green. HEX triplet: 60, 80 and 02. RGB value is (96,128,2). Sum of RGB (Red+Green+Blue) = 96+128+2=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #608002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608002 is #9F7FFD. Grayscale: #686868. Windows color (decimal): -10452990 or 163936. OLE color: 163936.

HSL color Cylindrical-coordinate representation of color #608002: hue angle of 75.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #608002 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 2 -
CMYK 0.25 0 0.98 0.50
HSL 75.24º 0.97% 0.25% -
HSV(B) 75.24º 0.98% 0.5% -
XYZ 12.55 17.93 2.86 -
YUV 104.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 96 128 2 0.25 0 0.98 0.50 75.24 0.97 0.25
Hex 60 80 2 19 0 62 32 4B 61 19
Octal 140 200 2 31 0 142 62 113 141 31
Binary 1100000 10000000 10 11001 0 1100010 110010 1001011 1100001 11001

Color Harmonies of #608002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608002

Black with #608002

Text Example


Text Example

White with #608002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608002; }

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

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

background-color css

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

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

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

border-color css

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

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

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