Html Css Color HEX #65851E Olive Drab

📋 copy color: '#65851E'

red 101 ◦ green 133 ◦ blue 30

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

Shades of Olive Drab #65851E

Tints of Olive Drab #65851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

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

R = 38.26%
G = 50.38%
B = 11.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#65851E (or 0x65851E) is known color: Olive Drab. HEX triplet: 65, 85 and 1E. RGB value is (101,133,30). Sum of RGB (Red+Green+Blue) = 101+133+30=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #65851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65851E is #9A7AE1. Grayscale: #707070. Windows color (decimal): -10124002 or 2000229. OLE color: 2000229.

HSL color Cylindrical-coordinate representation of color #65851E: hue angle of 78.64º degrees, saturation: 0.63, 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 #65851E is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 30 -
CMYK 0.24 0 0.77 0.48
HSL 78.64º 0.63% 0.32% -
HSV(B) 78.64º 0.77% 0.52% -
XYZ 13.99 19.64 4.28 -
YUV 111.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 101 133 30 0.24 0 0.77 0.48 78.64 0.63 0.32
Hex 65 85 1E 18 0 4D 30 4F 3F 20
Octal 145 205 36 30 0 115 60 117 77 40
Binary 1100101 10000101 11110 11000 0 1001101 110000 1001111 111111 100000

Color Harmonies of #65851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65851E

Black with #65851E

Text Example


Text Example

White with #65851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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