Html Css Color HEX #65821E Olive Drab

📋 copy color: '#65821E'

red 101 ◦ green 130 ◦ blue 30

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

Shades of Olive Drab #65821E

Tints of Olive Drab #65821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 38.7%
G = 49.81%
B = 11.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#65821E (or 0x65821E) is known color: Olive Drab. HEX triplet: 65, 82 and 1E. RGB value is (101,130,30). Sum of RGB (Red+Green+Blue) = 101+130+30=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #65821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65821E is #9A7DE1. Grayscale: #6E6E6E. Windows color (decimal): -10124770 or 1999461. OLE color: 1999461.

HSL color Cylindrical-coordinate representation of color #65821E: hue angle of 77.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65821E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 30 -
CMYK 0.22 0 0.77 0.49
HSL 77.4º 0.63% 0.31% -
HSV(B) 77.4º 0.77% 0.51% -
XYZ 13.58 18.83 4.15 -
YUV 109.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 101 130 30 0.22 0 0.77 0.49 77.4 0.63 0.31
Hex 65 82 1E 16 0 4D 31 4D 3E 1F
Octal 145 202 36 26 0 115 61 115 76 37
Binary 1100101 10000010 11110 10110 0 1001101 110001 1001101 111110 11111

Color Harmonies of #65821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65821E

Black with #65821E

Text Example


Text Example

White with #65821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65821E; }

 p { color: rgb(101,130,30); }

 H1.HeaderClassName
 {
   color: #65821E;
 }
 .AnyTagClassName
 {
   color: #65821E;
 }
</style>

background-color css

<style>
 a { background-color: #65821E; }

 a { background-color: rgb(101,130,30); }

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

border-color css

<style>
 span { border-color: #65821E; }

 span { border-color: rgb(101,130,30); }

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