Html Css Color HEX #69980A Olive Drab

📋 copy color: '#69980A'

red 105 ◦ green 152 ◦ blue 10

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

Shades of Olive Drab #69980A

Tints of Olive Drab #69980A

RGB

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

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

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

R = 39.33%
G = 56.93%
B = 3.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#69980A (or 0x69980A) is known color: Olive Drab. HEX triplet: 69, 98 and 0A. RGB value is (105,152,10). Sum of RGB (Red+Green+Blue) = 105+152+10=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #69980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69980A is #9667F5. Grayscale: #7A7A7A. Windows color (decimal): -9857014 or 694377. OLE color: 694377.

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

Color convert

RGB 105 152 10 -
CMYK 0.31 0 0.93 0.40
HSL 79.86º 0.88% 0.32% -
HSV(B) 79.86º 0.93% 0.6% -
XYZ 17.11 25.48 4.3 -
YUV 121.76 64.93 116.05 -
System Red Green Blue C M Y K H S L
Decimal 105 152 10 0.31 0 0.93 0.40 79.86 0.88 0.32
Hex 69 98 A 1F 0 5D 28 50 58 20
Octal 151 230 12 37 0 135 50 120 130 40
Binary 1101001 10011000 1010 11111 0 1011101 101000 1010000 1011000 100000

Color Harmonies of #69980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69980A

Black with #69980A

Text Example


Text Example

White with #69980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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