Html Css Color HEX #65951A Olive Drab

📋 copy color: '#65951A'

red 101 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #65951A

Tints of Olive Drab #65951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 36.59%
G = 53.99%
B = 9.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#65951A (or 0x65951A) is known color: Olive Drab. HEX triplet: 65, 95 and 1A. RGB value is (101,149,26). Sum of RGB (Red+Green+Blue) = 101+149+26=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #65951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65951A is #9A6AE5. Grayscale: #797979. Windows color (decimal): -10119910 or 1742181. OLE color: 1742181.

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

Color convert

RGB 101 149 26 -
CMYK 0.32 0 0.83 0.42
HSL 83.41º 0.7% 0.34% -
HSV(B) 83.41º 0.83% 0.58% -
XYZ 16.3 24.34 4.82 -
YUV 120.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 101 149 26 0.32 0 0.83 0.42 83.41 0.7 0.34
Hex 65 95 1A 20 0 53 2A 53 46 22
Octal 145 225 32 40 0 123 52 123 106 42
Binary 1100101 10010101 11010 100000 0 1010011 101010 1010011 1000110 100010

Color Harmonies of #65951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65951A

Black with #65951A

Text Example


Text Example

White with #65951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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