Html Css Color HEX #69980D Olive Drab

📋 copy color: '#69980D'

red 105 ◦ green 152 ◦ blue 13

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

Shades of Olive Drab #69980D

Tints of Olive Drab #69980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 38.89%
G = 56.3%
B = 4.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#69980D (or 0x69980D) is known color: Olive Drab. HEX triplet: 69, 98 and 0D. RGB value is (105,152,13). Sum of RGB (Red+Green+Blue) = 105+152+13=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #69980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69980D is #9667F2. Grayscale: #7A7A7A. Windows color (decimal): -9857011 or 890985. OLE color: 890985.

HSL color Cylindrical-coordinate representation of color #69980D: hue angle of 80.29º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69980D is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 13 -
CMYK 0.31 0 0.91 0.40
HSL 80.29º 0.84% 0.32% -
HSV(B) 80.29º 0.91% 0.6% -
XYZ 17.13 25.49 4.4 -
YUV 122.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 105 152 13 0.31 0 0.91 0.40 80.29 0.84 0.32
Hex 69 98 D 1F 0 5B 28 50 54 20
Octal 151 230 15 37 0 133 50 120 124 40
Binary 1101001 10011000 1101 11111 0 1011011 101000 1010000 1010100 100000

Color Harmonies of #69980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69980D

Black with #69980D

Text Example


Text Example

White with #69980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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