Html Css Color HEX #69820F Olive Drab

📋 copy color: '#69820F'

red 105 ◦ green 130 ◦ blue 15

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

Shades of Olive Drab #69820F

Tints of Olive Drab #69820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 42%
G = 52%
B = 6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#69820F (or 0x69820F) is known color: Olive Drab. HEX triplet: 69, 82 and 0F. RGB value is (105,130,15). Sum of RGB (Red+Green+Blue) = 105+130+15=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #69820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69820F is #967DF0. Grayscale: #6D6D6D. Windows color (decimal): -9862641 or 1016425. OLE color: 1016425.

HSL color Cylindrical-coordinate representation of color #69820F: hue angle of 73.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69820F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 15 -
CMYK 0.19 0 0.88 0.49
HSL 73.04º 0.79% 0.28% -
HSV(B) 73.04º 0.88% 0.51% -
XYZ 13.89 19 3.39 -
YUV 109.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 105 130 15 0.19 0 0.88 0.49 73.04 0.79 0.28
Hex 69 82 F 13 0 58 31 49 4F 1C
Octal 151 202 17 23 0 130 61 111 117 34
Binary 1101001 10000010 1111 10011 0 1011000 110001 1001001 1001111 11100

Color Harmonies of #69820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69820F

Black with #69820F

Text Example


Text Example

White with #69820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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