Html Css Color HEX #608005 Fiji Green

📋 copy color: '#608005'

red 96 ◦ green 128 ◦ blue 5

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

Shades of Fiji Green #608005

Tints of Fiji Green #608005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 41.92%
G = 55.9%
B = 2.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#608005 (or 0x608005) is known color: Fiji Green. HEX triplet: 60, 80 and 05. RGB value is (96,128,5). Sum of RGB (Red+Green+Blue) = 96+128+5=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #608005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608005 is #9F7FFA. Grayscale: #686868. Windows color (decimal): -10452987 or 360544. OLE color: 360544.

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

Color convert

RGB 96 128 5 -
CMYK 0.25 0 0.96 0.50
HSL 75.61º 0.92% 0.26% -
HSV(B) 75.61º 0.96% 0.5% -
XYZ 12.57 17.94 2.94 -
YUV 104.41 71.9 122 -
System Red Green Blue C M Y K H S L
Decimal 96 128 5 0.25 0 0.96 0.50 75.61 0.92 0.26
Hex 60 80 5 19 0 60 32 4C 5C 1A
Octal 140 200 5 31 0 140 62 114 134 32
Binary 1100000 10000000 101 11001 0 1100000 110010 1001100 1011100 11010

Color Harmonies of #608005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608005

Black with #608005

Text Example


Text Example

White with #608005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608005; }

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

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

background-color css

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

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

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

border-color css

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

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

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