Html Css Color HEX #69980F Olive Drab

📋 copy color: '#69980F'

red 105 ◦ green 152 ◦ blue 15

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

Shades of Olive Drab #69980F

Tints of Olive Drab #69980F

RGB

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

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

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

R = 38.6%
G = 55.88%
B = 5.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#69980F (or 0x69980F) is known color: Olive Drab. HEX triplet: 69, 98 and 0F. RGB value is (105,152,15). Sum of RGB (Red+Green+Blue) = 105+152+15=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #69980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69980F is #9667F0. Grayscale: #7A7A7A. Windows color (decimal): -9857009 or 1022057. OLE color: 1022057.

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

Color convert

RGB 105 152 15 -
CMYK 0.31 0 0.90 0.40
HSL 80.58º 0.82% 0.33% -
HSV(B) 80.58º 0.9% 0.6% -
XYZ 17.14 25.49 4.47 -
YUV 122.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 105 152 15 0.31 0 0.90 0.40 80.58 0.82 0.33
Hex 69 98 F 1F 0 5A 28 51 52 21
Octal 151 230 17 37 0 132 50 121 122 41
Binary 1101001 10011000 1111 11111 0 1011010 101000 1010001 1010010 100001

Color Harmonies of #69980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69980F

Black with #69980F

Text Example


Text Example

White with #69980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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