Html Css Color HEX #648F23 Olive Drab

📋 copy color: '#648F23'

red 100 ◦ green 143 ◦ blue 35

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

Shades of Olive Drab #648F23

Tints of Olive Drab #648F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.44%

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

R = 35.97%
G = 51.44%
B = 12.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#648F23 (or 0x648F23) is known color: Olive Drab. HEX triplet: 64, 8F and 23. RGB value is (100,143,35). Sum of RGB (Red+Green+Blue) = 100+143+35=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #648F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648F23 is #9B70DC. Grayscale: #767676. Windows color (decimal): -10186973 or 2330468. OLE color: 2330468.

HSL color Cylindrical-coordinate representation of color #648F23: hue angle of 83.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #648F23 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 35 -
CMYK 0.30 0 0.76 0.44
HSL 83.89º 0.61% 0.35% -
HSV(B) 83.89º 0.76% 0.56% -
XYZ 15.38 22.48 5.12 -
YUV 117.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 100 143 35 0.30 0 0.76 0.44 83.89 0.61 0.35
Hex 64 8F 23 1E 0 4C 2C 54 3D 23
Octal 144 217 43 36 0 114 54 124 75 43
Binary 1100100 10001111 100011 11110 0 1001100 101100 1010100 111101 100011

Color Harmonies of #648F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F23

Black with #648F23

Text Example


Text Example

White with #648F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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