Html Css Color HEX #648A26 Olive Drab

📋 copy color: '#648A26'

red 100 ◦ green 138 ◦ blue 38

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

Shades of Olive Drab #648A26

Tints of Olive Drab #648A26

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50%

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

R = 36.23%
G = 50%
B = 13.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#648A26 (or 0x648A26) is known color: Olive Drab. HEX triplet: 64, 8A and 26. RGB value is (100,138,38). Sum of RGB (Red+Green+Blue) = 100+138+38=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #648A26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A26 is #9B75D9. Grayscale: #737373. Windows color (decimal): -10188250 or 2525796. OLE color: 2525796.

HSL color Cylindrical-coordinate representation of color #648A26: hue angle of 82.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648A26 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 38 -
CMYK 0.28 0 0.72 0.46
HSL 82.8º 0.57% 0.35% -
HSV(B) 82.8º 0.72% 0.54% -
XYZ 14.69 21.03 5.12 -
YUV 115.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 100 138 38 0.28 0 0.72 0.46 82.8 0.57 0.35
Hex 64 8A 26 1C 0 48 2E 53 39 23
Octal 144 212 46 34 0 110 56 123 71 43
Binary 1100100 10001010 100110 11100 0 1001000 101110 1010011 111001 100011

Color Harmonies of #648A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A26

Black with #648A26

Text Example


Text Example

White with #648A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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