Html Css Color HEX #65831D Olive Drab

📋 copy color: '#65831D'

red 101 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #65831D

Tints of Olive Drab #65831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 38.7%
G = 50.19%
B = 11.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#65831D (or 0x65831D) is known color: Olive Drab. HEX triplet: 65, 83 and 1D. RGB value is (101,131,29). Sum of RGB (Red+Green+Blue) = 101+131+29=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #65831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65831D is #9A7CE2. Grayscale: #6E6E6E. Windows color (decimal): -10124515 or 1934181. OLE color: 1934181.

HSL color Cylindrical-coordinate representation of color #65831D: hue angle of 77.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65831D is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 29 -
CMYK 0.23 0 0.78 0.49
HSL 77.65º 0.64% 0.31% -
HSV(B) 77.65º 0.78% 0.51% -
XYZ 13.7 19.09 4.12 -
YUV 110.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 101 131 29 0.23 0 0.78 0.49 77.65 0.64 0.31
Hex 65 83 1D 17 0 4E 31 4E 40 1F
Octal 145 203 35 27 0 116 61 116 100 37
Binary 1100101 10000011 11101 10111 0 1001110 110001 1001110 1000000 11111

Color Harmonies of #65831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65831D

Black with #65831D

Text Example


Text Example

White with #65831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65831D; }

 p { color: rgb(101,131,29); }

 H1.HeaderClassName
 {
   color: #65831D;
 }
 .AnyTagClassName
 {
   color: #65831D;
 }
</style>

background-color css

<style>
 a { background-color: #65831D; }

 a { background-color: rgb(101,131,29); }

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

border-color css

<style>
 span { border-color: #65831D; }

 span { border-color: rgb(101,131,29); }

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