Html Css Color HEX #65951C Olive Drab

📋 copy color: '#65951C'

red 101 ◦ green 149 ◦ blue 28

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

Shades of Olive Drab #65951C

Tints of Olive Drab #65951C

RGB

 RED value IS 101 (39.84% from 255) = 36.33%

 GREEN value IS 149 (58.59% from 255) = 53.6%

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 36.33%
G = 53.6%
B = 10.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#65951C (or 0x65951C) is known color: Olive Drab. HEX triplet: 65, 95 and 1C. RGB value is (101,149,28). Sum of RGB (Red+Green+Blue) = 101+149+28=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #65951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65951C is #9A6AE3. Grayscale: #797979. Windows color (decimal): -10119908 or 1873253. OLE color: 1873253.

HSL color Cylindrical-coordinate representation of color #65951C: hue angle of 83.8º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65951C is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 28 -
CMYK 0.32 0 0.81 0.42
HSL 83.8º 0.68% 0.35% -
HSV(B) 83.8º 0.81% 0.58% -
XYZ 16.32 24.35 4.94 -
YUV 120.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 101 149 28 0.32 0 0.81 0.42 83.8 0.68 0.35
Hex 65 95 1C 20 0 51 2A 54 44 23
Octal 145 225 34 40 0 121 52 124 104 43
Binary 1100101 10010101 11100 100000 0 1010001 101010 1010100 1000100 100011

Color Harmonies of #65951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65951C

Black with #65951C

Text Example


Text Example

White with #65951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65951C; }

 p { color: rgb(101,149,28); }

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

background-color css

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

 a { background-color: rgb(101,149,28); }

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

border-color css

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

 span { border-color: rgb(101,149,28); }

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