Html Css Color HEX #65821C Olive Drab

📋 copy color: '#65821C'

red 101 ◦ green 130 ◦ blue 28

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

Shades of Olive Drab #65821C

Tints of Olive Drab #65821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 39%
G = 50.19%
B = 10.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#65821C (or 0x65821C) is known color: Olive Drab. HEX triplet: 65, 82 and 1C. RGB value is (101,130,28). Sum of RGB (Red+Green+Blue) = 101+130+28=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #65821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65821C is #9A7DE3. Grayscale: #6E6E6E. Windows color (decimal): -10124772 or 1868389. OLE color: 1868389.

HSL color Cylindrical-coordinate representation of color #65821C: hue angle of 77.06º degrees, saturation: 0.65, 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 #65821C is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 28 -
CMYK 0.22 0 0.78 0.49
HSL 77.06º 0.65% 0.31% -
HSV(B) 77.06º 0.78% 0.51% -
XYZ 13.56 18.82 4.02 -
YUV 109.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 101 130 28 0.22 0 0.78 0.49 77.06 0.65 0.31
Hex 65 82 1C 16 0 4E 31 4D 41 1F
Octal 145 202 34 26 0 116 61 115 101 37
Binary 1100101 10000010 11100 10110 0 1001110 110001 1001101 1000001 11111

Color Harmonies of #65821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65821C

Black with #65821C

Text Example


Text Example

White with #65821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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