Html Css Color HEX #69960A Olive Drab

📋 copy color: '#69960A'

red 105 ◦ green 150 ◦ blue 10

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

Shades of Olive Drab #69960A

Tints of Olive Drab #69960A

RGB

 RED value IS 105 (41.41% from 255) = 39.62%

 GREEN value IS 150 (58.98% from 255) = 56.6%

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

R = 39.62%
G = 56.6%
B = 3.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#69960A (or 0x69960A) is known color: Olive Drab. HEX triplet: 69, 96 and 0A. RGB value is (105,150,10). Sum of RGB (Red+Green+Blue) = 105+150+10=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #69960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69960A is #9669F5. Grayscale: #797979. Windows color (decimal): -9857526 or 693865. OLE color: 693865.

HSL color Cylindrical-coordinate representation of color #69960A: hue angle of 79.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69960A is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 10 -
CMYK 0.30 0 0.93 0.41
HSL 79.29º 0.88% 0.31% -
HSV(B) 79.29º 0.93% 0.59% -
XYZ 16.79 24.84 4.2 -
YUV 120.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 105 150 10 0.30 0 0.93 0.41 79.29 0.88 0.31
Hex 69 96 A 1E 0 5D 29 4F 58 1F
Octal 151 226 12 36 0 135 51 117 130 37
Binary 1101001 10010110 1010 11110 0 1011101 101001 1001111 1011000 11111

Color Harmonies of #69960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69960A

Black with #69960A

Text Example


Text Example

White with #69960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,150,10); }

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

background-color css

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

 a { background-color: rgb(105,150,10); }

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

border-color css

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

 span { border-color: rgb(105,150,10); }

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