Html Css Color HEX #65980F Olive Drab

📋 copy color: '#65980F'

red 101 ◦ green 152 ◦ blue 15

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

Shades of Olive Drab #65980F

Tints of Olive Drab #65980F

RGB

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

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

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

R = 37.69%
G = 56.72%
B = 5.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#65980F (or 0x65980F) is known color: Olive Drab. HEX triplet: 65, 98 and 0F. RGB value is (101,152,15). Sum of RGB (Red+Green+Blue) = 101+152+15=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #65980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65980F is #9A67F0. Grayscale: #797979. Windows color (decimal): -10119153 or 1022053. OLE color: 1022053.

HSL color Cylindrical-coordinate representation of color #65980F: hue angle of 82.34º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65980F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 15 -
CMYK 0.34 0 0.90 0.40
HSL 82.34º 0.82% 0.33% -
HSV(B) 82.34º 0.9% 0.6% -
XYZ 16.68 25.26 4.45 -
YUV 121.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 101 152 15 0.34 0 0.90 0.40 82.34 0.82 0.33
Hex 65 98 F 22 0 5A 28 52 52 21
Octal 145 230 17 42 0 132 50 122 122 41
Binary 1100101 10011000 1111 100010 0 1011010 101000 1010010 1010010 100001

Color Harmonies of #65980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65980F

Black with #65980F

Text Example


Text Example

White with #65980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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