Html Css Color HEX #648A09 Olive Drab

📋 copy color: '#648A09'

red 100 ◦ green 138 ◦ blue 9

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

Shades of Olive Drab #648A09

Tints of Olive Drab #648A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 40.49%
G = 55.87%
B = 3.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#648A09 (or 0x648A09) is known color: Olive Drab. HEX triplet: 64, 8A and 09. RGB value is (100,138,9). Sum of RGB (Red+Green+Blue) = 100+138+9=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #648A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648A09 is #9B75F6. Grayscale: #707070. Windows color (decimal): -10188279 or 625252. OLE color: 625252.

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

Color convert

RGB 100 138 9 -
CMYK 0.28 0 0.93 0.46
HSL 77.67º 0.88% 0.29% -
HSV(B) 77.67º 0.93% 0.54% -
XYZ 14.39 20.91 3.54 -
YUV 111.93 69.91 119.49 -
System Red Green Blue C M Y K H S L
Decimal 100 138 9 0.28 0 0.93 0.46 77.67 0.88 0.29
Hex 64 8A 9 1C 0 5D 2E 4E 58 1D
Octal 144 212 11 34 0 135 56 116 130 35
Binary 1100100 10001010 1001 11100 0 1011101 101110 1001110 1011000 11101

Color Harmonies of #648A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A09

Black with #648A09

Text Example


Text Example

White with #648A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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