Html Css Color HEX #648500 Olive

📋 copy color: '#648500'

red 100 ◦ green 133 ◦ blue 0

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

Shades of Olive #648500

Tints of Olive #648500

RGB

 RED value IS 100 (39.45% from 255) = 42.92%

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

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

R = 42.92%
G = 57.08%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#648500 (or 0x648500) is known color: Olive. HEX triplet: 64, 85 and 00. RGB value is (100,133,0). Sum of RGB (Red+Green+Blue) = 100+133+0=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #648500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648500 is #9B7AFF. Grayscale: #6C6C6C. Windows color (decimal): -10189568 or 34148. OLE color: 34148.

HSL color Cylindrical-coordinate representation of color #648500: hue angle of 74.89º 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 #648500 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 0 -
CMYK 0.25 0 1 0.48
HSL 74.89º 1% 0.26% -
HSV(B) 74.89º 1% 0.52% -
XYZ 13.64 19.48 3.04 -
YUV 107.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 100 133 0 0.25 0 1 0.48 74.89 1 0.26
Hex 64 85 0 19 0 64 30 4B 64 1A
Octal 144 205 0 31 0 144 60 113 144 32
Binary 1100100 10000101 0 11001 0 1100100 110000 1001011 1100100 11010

Color Harmonies of #648500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648500

Black with #648500

Text Example


Text Example

White with #648500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648500; }

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

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

background-color css

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

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

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

border-color css

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

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

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