Html Css Color HEX #608D04 Olive Drab

📋 copy color: '#608D04'

red 96 ◦ green 141 ◦ blue 4

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

Shades of Olive Drab #608D04

Tints of Olive Drab #608D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.51%

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

R = 39.83%
G = 58.51%
B = 1.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#608D04 (or 0x608D04) is known color: Olive Drab. HEX triplet: 60, 8D and 04. RGB value is (96,141,4). Sum of RGB (Red+Green+Blue) = 96+141+4=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #608D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D04 is #9F72FB. Grayscale: #707070. Windows color (decimal): -10449660 or 298336. OLE color: 298336.

HSL color Cylindrical-coordinate representation of color #608D04: hue angle of 79.71º 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 #608D04 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 4 -
CMYK 0.32 0 0.97 0.45
HSL 79.71º 0.94% 0.28% -
HSV(B) 79.71º 0.97% 0.55% -
XYZ 14.37 21.55 3.52 -
YUV 111.93 67.09 116.64 -
System Red Green Blue C M Y K H S L
Decimal 96 141 4 0.32 0 0.97 0.45 79.71 0.94 0.28
Hex 60 8D 4 20 0 61 2D 50 5E 1C
Octal 140 215 4 40 0 141 55 120 136 34
Binary 1100000 10001101 100 100000 0 1100001 101101 1010000 1011110 11100

Color Harmonies of #608D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D04

Black with #608D04

Text Example


Text Example

White with #608D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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