Html Css Color HEX #69820B Olive Drab

📋 copy color: '#69820B'

red 105 ◦ green 130 ◦ blue 11

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

Shades of Olive Drab #69820B

Tints of Olive Drab #69820B

RGB

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

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

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

R = 42.68%
G = 52.85%
B = 4.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#69820B (or 0x69820B) is known color: Olive Drab. HEX triplet: 69, 82 and 0B. RGB value is (105,130,11). Sum of RGB (Red+Green+Blue) = 105+130+11=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #69820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69820B is #967DF4. Grayscale: #6D6D6D. Windows color (decimal): -9862645 or 754281. OLE color: 754281.

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

Color convert

RGB 105 130 11 -
CMYK 0.19 0 0.92 0.49
HSL 72.61º 0.84% 0.28% -
HSV(B) 72.61º 0.92% 0.51% -
XYZ 13.87 18.99 3.25 -
YUV 108.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 105 130 11 0.19 0 0.92 0.49 72.61 0.84 0.28
Hex 69 82 B 13 0 5C 31 49 54 1C
Octal 151 202 13 23 0 134 61 111 124 34
Binary 1101001 10000010 1011 10011 0 1011100 110001 1001001 1010100 11100

Color Harmonies of #69820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69820B

Black with #69820B

Text Example


Text Example

White with #69820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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