Html Css Color HEX #648627 Olive Drab

📋 copy color: '#648627'

red 100 ◦ green 134 ◦ blue 39

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

Shades of Olive Drab #648627

Tints of Olive Drab #648627

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 36.63%
G = 49.08%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#648627 (or 0x648627) is known color: Olive Drab. HEX triplet: 64, 86 and 27. RGB value is (100,134,39). Sum of RGB (Red+Green+Blue) = 100+134+39=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #648627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648627 is #9B79D8. Grayscale: #717171. Windows color (decimal): -10189273 or 2590308. OLE color: 2590308.

HSL color Cylindrical-coordinate representation of color #648627: hue angle of 81.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648627 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 39 -
CMYK 0.25 0 0.71 0.47
HSL 81.47º 0.55% 0.34% -
HSV(B) 81.47º 0.71% 0.53% -
XYZ 14.15 19.91 5.02 -
YUV 113 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 100 134 39 0.25 0 0.71 0.47 81.47 0.55 0.34
Hex 64 86 27 19 0 47 2F 51 37 22
Octal 144 206 47 31 0 107 57 121 67 42
Binary 1100100 10000110 100111 11001 0 1000111 101111 1010001 110111 100010

Color Harmonies of #648627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648627

Black with #648627

Text Example


Text Example

White with #648627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648627; }

 p { color: rgb(100,134,39); }

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

background-color css

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

 a { background-color: rgb(100,134,39); }

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

border-color css

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

 span { border-color: rgb(100,134,39); }

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