Html Css Color HEX #608C04 Olive Drab

📋 copy color: '#608C04'

red 96 ◦ green 140 ◦ blue 4

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

Shades of Olive Drab #608C04

Tints of Olive Drab #608C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.33%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 40%
G = 58.33%
B = 1.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#608C04 (or 0x608C04) is known color: Olive Drab. HEX triplet: 60, 8C and 04. RGB value is (96,140,4). Sum of RGB (Red+Green+Blue) = 96+140+4=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #608C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C04 is #9F73FB. Grayscale: #6F6F6F. Windows color (decimal): -10449916 or 298080. OLE color: 298080.

HSL color Cylindrical-coordinate representation of color #608C04: hue angle of 79.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #608C04 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 140 4 -
CMYK 0.31 0 0.97 0.45
HSL 79.41º 0.94% 0.28% -
HSV(B) 79.41º 0.97% 0.55% -
XYZ 14.22 21.25 3.47 -
YUV 111.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 96 140 4 0.31 0 0.97 0.45 79.41 0.94 0.28
Hex 60 8C 4 1F 0 61 2D 4F 5E 1C
Octal 140 214 4 37 0 141 55 117 136 34
Binary 1100000 10001100 100 11111 0 1100001 101101 1001111 1011110 11100

Color Harmonies of #608C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C04

Black with #608C04

Text Example


Text Example

White with #608C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608C04; }

 p { color: rgb(96,140,4); }

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

background-color css

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

 a { background-color: rgb(96,140,4); }

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

border-color css

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

 span { border-color: rgb(96,140,4); }

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