Html Css Color HEX #65980A Olive Drab

📋 copy color: '#65980A'

red 101 ◦ green 152 ◦ blue 10

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

Shades of Olive Drab #65980A

Tints of Olive Drab #65980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 38.4%
G = 57.79%
B = 3.8%

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

#65980A (or 0x65980A) is known color: Olive Drab. HEX triplet: 65, 98 and 0A. RGB value is (101,152,10). Sum of RGB (Red+Green+Blue) = 101+152+10=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #65980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65980A is #9A67F5. Grayscale: #797979. Windows color (decimal): -10119158 or 694373. OLE color: 694373.

HSL color Cylindrical-coordinate representation of color #65980A: hue angle of 81.55º degrees, saturation: 0.88, 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 #65980A is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 10 -
CMYK 0.34 0 0.93 0.40
HSL 81.55º 0.88% 0.32% -
HSV(B) 81.55º 0.93% 0.6% -
XYZ 16.65 25.25 4.28 -
YUV 120.56 65.6 114.05 -
System Red Green Blue C M Y K H S L
Decimal 101 152 10 0.34 0 0.93 0.40 81.55 0.88 0.32
Hex 65 98 A 22 0 5D 28 52 58 20
Octal 145 230 12 42 0 135 50 122 130 40
Binary 1100101 10011000 1010 100010 0 1011101 101000 1010010 1011000 100000

Color Harmonies of #65980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65980A

Black with #65980A

Text Example


Text Example

White with #65980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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