Html Css Color HEX #65841F Olive Drab

📋 copy color: '#65841F'

red 101 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #65841F

Tints of Olive Drab #65841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 38.26%
G = 50%
B = 11.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#65841F (or 0x65841F) is known color: Olive Drab. HEX triplet: 65, 84 and 1F. RGB value is (101,132,31). Sum of RGB (Red+Green+Blue) = 101+132+31=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #65841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65841F is #9A7BE0. Grayscale: #6F6F6F. Windows color (decimal): -10124257 or 2065509. OLE color: 2065509.

HSL color Cylindrical-coordinate representation of color #65841F: hue angle of 78.42º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65841F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 132 31 -
CMYK 0.23 0 0.77 0.48
HSL 78.42º 0.62% 0.32% -
HSV(B) 78.42º 0.77% 0.52% -
XYZ 13.87 19.37 4.3 -
YUV 111.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 101 132 31 0.23 0 0.77 0.48 78.42 0.62 0.32
Hex 65 84 1F 17 0 4D 30 4E 3E 20
Octal 145 204 37 27 0 115 60 116 76 40
Binary 1100101 10000100 11111 10111 0 1001101 110000 1001110 111110 100000

Color Harmonies of #65841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65841F

Black with #65841F

Text Example


Text Example

White with #65841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65841F; }

 p { color: rgb(101,132,31); }

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

background-color css

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

 a { background-color: rgb(101,132,31); }

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

border-color css

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

 span { border-color: rgb(101,132,31); }

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