Html Css Color HEX #65980B Olive Drab

📋 copy color: '#65980B'

red 101 ◦ green 152 ◦ blue 11

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

Shades of Olive Drab #65980B

Tints of Olive Drab #65980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.58%

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

R = 38.26%
G = 57.58%
B = 4.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#65980B (or 0x65980B) is known color: Olive Drab. HEX triplet: 65, 98 and 0B. RGB value is (101,152,11). Sum of RGB (Red+Green+Blue) = 101+152+11=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #65980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65980B is #9A67F4. Grayscale: #797979. Windows color (decimal): -10119157 or 759909. OLE color: 759909.

HSL color Cylindrical-coordinate representation of color #65980B: hue angle of 81.7º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65980B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 11 -
CMYK 0.34 0 0.93 0.40
HSL 81.7º 0.87% 0.32% -
HSV(B) 81.7º 0.93% 0.6% -
XYZ 16.66 25.25 4.31 -
YUV 120.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 101 152 11 0.34 0 0.93 0.40 81.7 0.87 0.32
Hex 65 98 B 22 0 5D 28 52 57 20
Octal 145 230 13 42 0 135 50 122 127 40
Binary 1100101 10011000 1011 100010 0 1011101 101000 1010010 1010111 100000

Color Harmonies of #65980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65980B

Black with #65980B

Text Example


Text Example

White with #65980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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