Html Css Color HEX #648126 Olive Drab

📋 copy color: '#648126'

red 100 ◦ green 129 ◦ blue 38

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

Shades of Olive Drab #648126

Tints of Olive Drab #648126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 37.45%
G = 48.31%
B = 14.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#648126 (or 0x648126) is known color: Olive Drab. HEX triplet: 64, 81 and 26. RGB value is (100,129,38). Sum of RGB (Red+Green+Blue) = 100+129+38=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #648126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648126 is #9B7ED9. Grayscale: #6E6E6E. Windows color (decimal): -10190554 or 2523492. OLE color: 2523492.

HSL color Cylindrical-coordinate representation of color #648126: hue angle of 79.12º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648126 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 38 -
CMYK 0.22 0 0.71 0.49
HSL 79.12º 0.54% 0.33% -
HSV(B) 79.12º 0.71% 0.51% -
XYZ 13.46 18.55 4.71 -
YUV 109.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 100 129 38 0.22 0 0.71 0.49 79.12 0.54 0.33
Hex 64 81 26 16 0 47 31 4F 36 21
Octal 144 201 46 26 0 107 61 117 66 41
Binary 1100100 10000001 100110 10110 0 1000111 110001 1001111 110110 100001

Color Harmonies of #648126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648126

Black with #648126

Text Example


Text Example

White with #648126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648126; }

 p { color: rgb(100,129,38); }

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

background-color css

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

 a { background-color: rgb(100,129,38); }

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

border-color css

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

 span { border-color: rgb(100,129,38); }

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