Html Css Color HEX #65850F Olive Drab

📋 copy color: '#65850F'

red 101 ◦ green 133 ◦ blue 15

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

Shades of Olive Drab #65850F

Tints of Olive Drab #65850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 40.56%
G = 53.41%
B = 6.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#65850F (or 0x65850F) is known color: Olive Drab. HEX triplet: 65, 85 and 0F. RGB value is (101,133,15). Sum of RGB (Red+Green+Blue) = 101+133+15=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #65850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65850F is #9A7AF0. Grayscale: #6E6E6E. Windows color (decimal): -10124017 or 1017189. OLE color: 1017189.

HSL color Cylindrical-coordinate representation of color #65850F: hue angle of 76.27º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65850F is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 15 -
CMYK 0.24 0 0.89 0.48
HSL 76.27º 0.8% 0.29% -
HSV(B) 76.27º 0.89% 0.52% -
XYZ 13.84 19.58 3.5 -
YUV 109.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 101 133 15 0.24 0 0.89 0.48 76.27 0.8 0.29
Hex 65 85 F 18 0 59 30 4C 50 1D
Octal 145 205 17 30 0 131 60 114 120 35
Binary 1100101 10000101 1111 11000 0 1011001 110000 1001100 1010000 11101

Color Harmonies of #65850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65850F

Black with #65850F

Text Example


Text Example

White with #65850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65850F; }

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

 H1.HeaderClassName
 {
   color: #65850F;
 }
 .AnyTagClassName
 {
   color: #65850F;
 }
</style>

background-color css

<style>
 a { background-color: #65850F; }

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

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

border-color css

<style>
 span { border-color: #65850F; }

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

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