Html Css Color HEX #65850B Olive Drab

📋 copy color: '#65850B'

red 101 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #65850B

Tints of Olive Drab #65850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 41.22%
G = 54.29%
B = 4.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#65850B (or 0x65850B) is known color: Olive Drab. HEX triplet: 65, 85 and 0B. RGB value is (101,133,11). Sum of RGB (Red+Green+Blue) = 101+133+11=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #65850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65850B is #9A7AF4. Grayscale: #6D6D6D. Windows color (decimal): -10124021 or 755045. OLE color: 755045.

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

Color convert

RGB 101 133 11 -
CMYK 0.24 0 0.92 0.48
HSL 75.74º 0.85% 0.28% -
HSV(B) 75.74º 0.92% 0.52% -
XYZ 13.81 19.57 3.37 -
YUV 109.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 101 133 11 0.24 0 0.92 0.48 75.74 0.85 0.28
Hex 65 85 B 18 0 5C 30 4C 55 1C
Octal 145 205 13 30 0 134 60 114 125 34
Binary 1100101 10000101 1011 11000 0 1011100 110000 1001100 1010101 11100

Color Harmonies of #65850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65850B

Black with #65850B

Text Example


Text Example

White with #65850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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