Html Css Color HEX #648719 Olive Drab

📋 copy color: '#648719'

red 100 ◦ green 135 ◦ blue 25

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

Shades of Olive Drab #648719

Tints of Olive Drab #648719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 38.46%
G = 51.92%
B = 9.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#648719 (or 0x648719) is known color: Olive Drab. HEX triplet: 64, 87 and 19. RGB value is (100,135,25). Sum of RGB (Red+Green+Blue) = 100+135+25=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #648719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648719 is #9B78E6. Grayscale: #707070. Windows color (decimal): -10189031 or 1673060. OLE color: 1673060.

HSL color Cylindrical-coordinate representation of color #648719: hue angle of 79.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #648719 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 25 -
CMYK 0.26 0 0.81 0.47
HSL 79.09º 0.69% 0.31% -
HSV(B) 79.09º 0.81% 0.53% -
XYZ 14.09 20.11 4.06 -
YUV 112 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 100 135 25 0.26 0 0.81 0.47 79.09 0.69 0.31
Hex 64 87 19 1A 0 51 2F 4F 45 1F
Octal 144 207 31 32 0 121 57 117 105 37
Binary 1100100 10000111 11001 11010 0 1010001 101111 1001111 1000101 11111

Color Harmonies of #648719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648719

Black with #648719

Text Example


Text Example

White with #648719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648719; }

 p { color: rgb(100,135,25); }

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

background-color css

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

 a { background-color: rgb(100,135,25); }

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

border-color css

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

 span { border-color: rgb(100,135,25); }

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