Html Css Color HEX #648908 Olive Drab

📋 copy color: '#648908'

red 100 ◦ green 137 ◦ blue 8

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

Shades of Olive Drab #648908

Tints of Olive Drab #648908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 40.82%
G = 55.92%
B = 3.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#648908 (or 0x648908) is known color: Olive Drab. HEX triplet: 64, 89 and 08. RGB value is (100,137,8). Sum of RGB (Red+Green+Blue) = 100+137+8=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #648908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648908 is #9B76F7. Grayscale: #6F6F6F. Windows color (decimal): -10188536 or 559460. OLE color: 559460.

HSL color Cylindrical-coordinate representation of color #648908: hue angle of 77.21º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648908 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 8 -
CMYK 0.27 0 0.94 0.46
HSL 77.21º 0.89% 0.28% -
HSV(B) 77.21º 0.94% 0.54% -
XYZ 14.25 20.62 3.46 -
YUV 111.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 100 137 8 0.27 0 0.94 0.46 77.21 0.89 0.28
Hex 64 89 8 1B 0 5E 2E 4D 59 1C
Octal 144 211 10 33 0 136 56 115 131 34
Binary 1100100 10001001 1000 11011 0 1011110 101110 1001101 1011001 11100

Color Harmonies of #648908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648908

Black with #648908

Text Example


Text Example

White with #648908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648908; }

 p { color: rgb(100,137,8); }

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

background-color css

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

 a { background-color: rgb(100,137,8); }

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

border-color css

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

 span { border-color: rgb(100,137,8); }

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