Html Css Color HEX #608700 Olive Drab

📋 copy color: '#608700'

red 96 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #608700

Tints of Olive Drab #608700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.56%
G = 58.44%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#608700 (or 0x608700) is known color: Olive Drab. HEX triplet: 60, 87 and 00. RGB value is (96,135,0). Sum of RGB (Red+Green+Blue) = 96+135+0=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #608700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608700 is #9F78FF. Grayscale: #6C6C6C. Windows color (decimal): -10451200 or 34656. OLE color: 34656.

HSL color Cylindrical-coordinate representation of color #608700: hue angle of 77.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608700 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 0 -
CMYK 0.29 0 1 0.47
HSL 77.33º 1% 0.26% -
HSV(B) 77.33º 1% 0.53% -
XYZ 13.49 19.81 3.11 -
YUV 107.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 96 135 0 0.29 0 1 0.47 77.33 1 0.26
Hex 60 87 0 1D 0 64 2F 4D 64 1A
Octal 140 207 0 35 0 144 57 115 144 32
Binary 1100000 10000111 0 11101 0 1100100 101111 1001101 1100100 11010

Color Harmonies of #608700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608700

Black with #608700

Text Example


Text Example

White with #608700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608700; }

 p { color: rgb(96,135,0); }

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

background-color css

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

 a { background-color: rgb(96,135,0); }

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

border-color css

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

 span { border-color: rgb(96,135,0); }

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