Html Css Color HEX #65951B Olive Drab

📋 copy color: '#65951B'

red 101 ◦ green 149 ◦ blue 27

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

Shades of Olive Drab #65951B

Tints of Olive Drab #65951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 36.46%
G = 53.79%
B = 9.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#65951B (or 0x65951B) is known color: Olive Drab. HEX triplet: 65, 95 and 1B. RGB value is (101,149,27). Sum of RGB (Red+Green+Blue) = 101+149+27=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #65951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65951B is #9A6AE4. Grayscale: #797979. Windows color (decimal): -10119909 or 1807717. OLE color: 1807717.

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

Color convert

RGB 101 149 27 -
CMYK 0.32 0 0.82 0.42
HSL 83.61º 0.69% 0.35% -
HSV(B) 83.61º 0.82% 0.58% -
XYZ 16.31 24.34 4.88 -
YUV 120.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 101 149 27 0.32 0 0.82 0.42 83.61 0.69 0.35
Hex 65 95 1B 20 0 52 2A 54 45 23
Octal 145 225 33 40 0 122 52 124 105 43
Binary 1100101 10010101 11011 100000 0 1010010 101010 1010100 1000101 100011

Color Harmonies of #65951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65951B

Black with #65951B

Text Example


Text Example

White with #65951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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