Html Css Color HEX #658500 Olive

📋 copy color: '#658500'

red 101 ◦ green 133 ◦ blue 0

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

Shades of Olive #658500

Tints of Olive #658500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.84%

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

R = 43.16%
G = 56.84%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#658500 (or 0x658500) is known color: Olive. HEX triplet: 65, 85 and 00. RGB value is (101,133,0). Sum of RGB (Red+Green+Blue) = 101+133+0=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #658500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658500 is #9A7AFF. Grayscale: #6C6C6C. Windows color (decimal): -10124032 or 34149. OLE color: 34149.

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

Color convert

RGB 101 133 0 -
CMYK 0.24 0 1 0.48
HSL 74.44º 1% 0.26% -
HSV(B) 74.44º 1% 0.52% -
XYZ 13.75 19.54 3.05 -
YUV 108.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 101 133 0 0.24 0 1 0.48 74.44 1 0.26
Hex 65 85 0 18 0 64 30 4A 64 1A
Octal 145 205 0 30 0 144 60 112 144 32
Binary 1100101 10000101 0 11000 0 1100100 110000 1001010 1100100 11010

Color Harmonies of #658500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658500

Black with #658500

Text Example


Text Example

White with #658500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658500; }

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

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

background-color css

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

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

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

border-color css

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

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

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