Html Css Color HEX #69822E Olive Drab

📋 copy color: '#69822E'

red 105 ◦ green 130 ◦ blue 46

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

Shades of Olive Drab #69822E

Tints of Olive Drab #69822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 37.37%
G = 46.26%
B = 16.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#69822E (or 0x69822E) is known color: Olive Drab. HEX triplet: 69, 82 and 2E. RGB value is (105,130,46). Sum of RGB (Red+Green+Blue) = 105+130+46=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #69822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69822E is #967DD1. Grayscale: #717171. Windows color (decimal): -9862610 or 3048041. OLE color: 3048041.

HSL color Cylindrical-coordinate representation of color #69822E: hue angle of 77.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69822E is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 46 -
CMYK 0.19 0 0.65 0.49
HSL 77.86º 0.48% 0.35% -
HSV(B) 77.86º 0.65% 0.51% -
XYZ 14.3 19.17 5.53 -
YUV 112.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 105 130 46 0.19 0 0.65 0.49 77.86 0.48 0.35
Hex 69 82 2E 13 0 41 31 4E 30 23
Octal 151 202 56 23 0 101 61 116 60 43
Binary 1101001 10000010 101110 10011 0 1000001 110001 1001110 110000 100011

Color Harmonies of #69822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69822E

Black with #69822E

Text Example


Text Example

White with #69822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69822E; }

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

 H1.HeaderClassName
 {
   color: #69822E;
 }
 .AnyTagClassName
 {
   color: #69822E;
 }
</style>

background-color css

<style>
 a { background-color: #69822E; }

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

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

border-color css

<style>
 span { border-color: #69822E; }

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

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