Html Css Color HEX #65861D Olive Drab

📋 copy color: '#65861D'

red 101 ◦ green 134 ◦ blue 29

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

Shades of Olive Drab #65861D

Tints of Olive Drab #65861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

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

R = 38.26%
G = 50.76%
B = 10.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#65861D (or 0x65861D) is known color: Olive Drab. HEX triplet: 65, 86 and 1D. RGB value is (101,134,29). Sum of RGB (Red+Green+Blue) = 101+134+29=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #65861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65861D is #9A79E2. Grayscale: #707070. Windows color (decimal): -10123747 or 1934949. OLE color: 1934949.

HSL color Cylindrical-coordinate representation of color #65861D: hue angle of 78.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65861D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 29 -
CMYK 0.25 0 0.78 0.47
HSL 78.86º 0.64% 0.32% -
HSV(B) 78.86º 0.78% 0.53% -
XYZ 14.11 19.91 4.26 -
YUV 112.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 101 134 29 0.25 0 0.78 0.47 78.86 0.64 0.32
Hex 65 86 1D 19 0 4E 2F 4F 40 20
Octal 145 206 35 31 0 116 57 117 100 40
Binary 1100101 10000110 11101 11001 0 1001110 101111 1001111 1000000 100000

Color Harmonies of #65861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65861D

Black with #65861D

Text Example


Text Example

White with #65861D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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