Html Css Color HEX #608F01 Olive Drab

📋 copy color: '#608F01'

red 96 ◦ green 143 ◦ blue 1

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

Shades of Olive Drab #608F01

Tints of Olive Drab #608F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.58%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 40%
G = 59.58%
B = 0.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#608F01 (or 0x608F01) is known color: Olive Drab. HEX triplet: 60, 8F and 01. RGB value is (96,143,1). Sum of RGB (Red+Green+Blue) = 96+143+1=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #608F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608F01 is #9F70FE. Grayscale: #717171. Windows color (decimal): -10449151 or 102240. OLE color: 102240.

HSL color Cylindrical-coordinate representation of color #608F01: hue angle of 79.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608F01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 1 -
CMYK 0.33 0 0.99 0.44
HSL 79.86º 0.99% 0.28% -
HSV(B) 79.86º 0.99% 0.56% -
XYZ 14.65 22.13 3.53 -
YUV 112.76 64.93 116.05 -
System Red Green Blue C M Y K H S L
Decimal 96 143 1 0.33 0 0.99 0.44 79.86 0.99 0.28
Hex 60 8F 1 21 0 63 2C 50 63 1C
Octal 140 217 1 41 0 143 54 120 143 34
Binary 1100000 10001111 1 100001 0 1100011 101100 1010000 1100011 11100

Color Harmonies of #608F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F01

Black with #608F01

Text Example


Text Example

White with #608F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,143,1); }

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

background-color css

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

 a { background-color: rgb(96,143,1); }

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

border-color css

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

 span { border-color: rgb(96,143,1); }

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