Html Css Color HEX #658000 Olive

📋 copy color: '#658000'

red 101 ◦ green 128 ◦ blue 0

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

Shades of Olive #658000

Tints of Olive #658000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.9%

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

R = 44.1%
G = 55.9%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#658000 (or 0x658000) is known color: Olive. HEX triplet: 65, 80 and 00. RGB value is (101,128,0). Sum of RGB (Red+Green+Blue) = 101+128+0=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #658000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658000 is #9A7FFF. Grayscale: #696969. Windows color (decimal): -10125312 or 32869. OLE color: 32869.

HSL color Cylindrical-coordinate representation of color #658000: hue angle of 72.66º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #658000 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 128 0 -
CMYK 0.21 0 1 0.50
HSL 72.66º 1% 0.25% -
HSV(B) 72.66º 1% 0.5% -
XYZ 13.09 18.21 2.82 -
YUV 105.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 101 128 0 0.21 0 1 0.50 72.66 1 0.25
Hex 65 80 0 15 0 64 32 49 64 19
Octal 145 200 0 25 0 144 62 111 144 31
Binary 1100101 10000000 0 10101 0 1100100 110010 1001001 1100100 11001

Color Harmonies of #658000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658000

Black with #658000

Text Example


Text Example

White with #658000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658000; }

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

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

background-color css

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

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

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

border-color css

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

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

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