Html Css Color HEX #648923 Olive Drab

📋 copy color: '#648923'

red 100 ◦ green 137 ◦ blue 35

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

Shades of Olive Drab #648923

Tints of Olive Drab #648923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 36.76%
G = 50.37%
B = 12.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#648923 (or 0x648923) is known color: Olive Drab. HEX triplet: 64, 89 and 23. RGB value is (100,137,35). Sum of RGB (Red+Green+Blue) = 100+137+35=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #648923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648923 is #9B76DC. Grayscale: #727272. Windows color (decimal): -10188509 or 2328932. OLE color: 2328932.

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

Color convert

RGB 100 137 35 -
CMYK 0.27 0 0.74 0.46
HSL 81.76º 0.59% 0.34% -
HSV(B) 81.76º 0.74% 0.54% -
XYZ 14.5 20.72 4.83 -
YUV 114.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 100 137 35 0.27 0 0.74 0.46 81.76 0.59 0.34
Hex 64 89 23 1B 0 4A 2E 52 3B 22
Octal 144 211 43 33 0 112 56 122 73 42
Binary 1100100 10001001 100011 11011 0 1001010 101110 1010010 111011 100010

Color Harmonies of #648923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648923

Black with #648923

Text Example


Text Example

White with #648923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648923; }

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

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

background-color css

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

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

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

border-color css

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

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

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