Html Css Color HEX #69980B Olive Drab

📋 copy color: '#69980B'

red 105 ◦ green 152 ◦ blue 11

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

Shades of Olive Drab #69980B

Tints of Olive Drab #69980B

RGB

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

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

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

R = 39.18%
G = 56.72%
B = 4.1%

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

#69980B (or 0x69980B) is known color: Olive Drab. HEX triplet: 69, 98 and 0B. RGB value is (105,152,11). Sum of RGB (Red+Green+Blue) = 105+152+11=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #69980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69980B is #9667F4. Grayscale: #7A7A7A. Windows color (decimal): -9857013 or 759913. OLE color: 759913.

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

Color convert

RGB 105 152 11 -
CMYK 0.31 0 0.93 0.40
HSL 80º 0.87% 0.32% -
HSV(B) 80º 0.93% 0.6% -
XYZ 17.11 25.48 4.33 -
YUV 121.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 105 152 11 0.31 0 0.93 0.40 80 0.87 0.32
Hex 69 98 B 1F 0 5D 28 50 57 20
Octal 151 230 13 37 0 135 50 120 127 40
Binary 1101001 10011000 1011 11111 0 1011101 101000 1010000 1010111 100000

Color Harmonies of #69980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69980B

Black with #69980B

Text Example


Text Example

White with #69980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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