Html Css Color HEX #608006 Fiji Green

📋 copy color: '#608006'

red 96 ◦ green 128 ◦ blue 6

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

Shades of Fiji Green #608006

Tints of Fiji Green #608006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 41.74%
G = 55.65%
B = 2.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#608006 (or 0x608006) is known color: Fiji Green. HEX triplet: 60, 80 and 06. RGB value is (96,128,6). Sum of RGB (Red+Green+Blue) = 96+128+6=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #608006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608006 is #9F7FF9. Grayscale: #686868. Windows color (decimal): -10452986 or 426080. OLE color: 426080.

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

Color convert

RGB 96 128 6 -
CMYK 0.25 0 0.95 0.50
HSL 75.74º 0.91% 0.26% -
HSV(B) 75.74º 0.95% 0.5% -
XYZ 12.58 17.94 2.97 -
YUV 104.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 96 128 6 0.25 0 0.95 0.50 75.74 0.91 0.26
Hex 60 80 6 19 0 5F 32 4C 5B 1A
Octal 140 200 6 31 0 137 62 114 133 32
Binary 1100000 10000000 110 11001 0 1011111 110010 1001100 1011011 11010

Color Harmonies of #608006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608006

Black with #608006

Text Example


Text Example

White with #608006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608006; }

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

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

background-color css

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

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

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

border-color css

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

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

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