Html Css Color HEX #658F00 Olive Drab

📋 copy color: '#658F00'

red 101 ◦ green 143 ◦ blue 0

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

Shades of Olive Drab #658F00

Tints of Olive Drab #658F00

RGB

 RED value IS 101 (39.84% from 255) = 41.39%

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

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

R = 41.39%
G = 58.61%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#658F00 (or 0x658F00) is known color: Olive Drab. HEX triplet: 65, 8F and 00. RGB value is (101,143,0). Sum of RGB (Red+Green+Blue) = 101+143+0=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #658F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658F00 is #9A70FF. Grayscale: #727272. Windows color (decimal): -10121472 or 36709. OLE color: 36709.

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

Color convert

RGB 101 143 0 -
CMYK 0.29 0 1 0.44
HSL 77.62º 1% 0.28% -
HSV(B) 77.62º 1% 0.56% -
XYZ 15.19 22.41 3.53 -
YUV 114.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 101 143 0 0.29 0 1 0.44 77.62 1 0.28
Hex 65 8F 0 1D 0 64 2C 4E 64 1C
Octal 145 217 0 35 0 144 54 116 144 34
Binary 1100101 10001111 0 11101 0 1100100 101100 1001110 1100100 11100

Color Harmonies of #658F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658F00

Black with #658F00

Text Example


Text Example

White with #658F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658F00; }

 p { color: rgb(101,143,0); }

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

background-color css

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

 a { background-color: rgb(101,143,0); }

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

border-color css

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

 span { border-color: rgb(101,143,0); }

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