Html Css Color HEX #69802B Olive Drab

📋 copy color: '#69802B'

red 105 ◦ green 128 ◦ blue 43

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

Shades of Olive Drab #69802B

Tints of Olive Drab #69802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 38.04%
G = 46.38%
B = 15.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#69802B (or 0x69802B) is known color: Olive Drab. HEX triplet: 69, 80 and 2B. RGB value is (105,128,43). Sum of RGB (Red+Green+Blue) = 105+128+43=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #69802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69802B is #967FD4. Grayscale: #6F6F6F. Windows color (decimal): -9863125 or 2850921. OLE color: 2850921.

HSL color Cylindrical-coordinate representation of color #69802B: hue angle of 76.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69802B is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 43 -
CMYK 0.18 0 0.66 0.50
HSL 76.24º 0.5% 0.34% -
HSV(B) 76.24º 0.66% 0.5% -
XYZ 13.98 18.62 5.14 -
YUV 111.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 105 128 43 0.18 0 0.66 0.50 76.24 0.5 0.34
Hex 69 80 2B 12 0 42 32 4C 32 22
Octal 151 200 53 22 0 102 62 114 62 42
Binary 1101001 10000000 101011 10010 0 1000010 110010 1001100 110010 100010

Color Harmonies of #69802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69802B

Black with #69802B

Text Example


Text Example

White with #69802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,128,43); }

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

background-color css

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

 a { background-color: rgb(105,128,43); }

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

border-color css

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

 span { border-color: rgb(105,128,43); }

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