Html Css Color HEX #608D0B Olive Drab

📋 copy color: '#608D0B'

red 96 ◦ green 141 ◦ blue 11

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

Shades of Olive Drab #608D0B

Tints of Olive Drab #608D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 38.71%
G = 56.85%
B = 4.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#608D0B (or 0x608D0B) is known color: Olive Drab. HEX triplet: 60, 8D and 0B. RGB value is (96,141,11). Sum of RGB (Red+Green+Blue) = 96+141+11=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #608D0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D0B is #9F72F4. Grayscale: #717171. Windows color (decimal): -10449653 or 757088. OLE color: 757088.

HSL color Cylindrical-coordinate representation of color #608D0B: hue angle of 80.77º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #608D0B is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 11 -
CMYK 0.32 0 0.92 0.45
HSL 80.77º 0.86% 0.3% -
HSV(B) 80.77º 0.92% 0.55% -
XYZ 14.41 21.56 3.72 -
YUV 112.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 96 141 11 0.32 0 0.92 0.45 80.77 0.86 0.3
Hex 60 8D B 20 0 5C 2D 51 56 1E
Octal 140 215 13 40 0 134 55 121 126 36
Binary 1100000 10001101 1011 100000 0 1011100 101101 1010001 1010110 11110

Color Harmonies of #608D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D0B

Black with #608D0B

Text Example


Text Example

White with #608D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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