Html Css Color HEX #69821E Olive Drab

📋 copy color: '#69821E'

red 105 ◦ green 130 ◦ blue 30

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

Shades of Olive Drab #69821E

Tints of Olive Drab #69821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 39.62%
G = 49.06%
B = 11.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#69821E (or 0x69821E) is known color: Olive Drab. HEX triplet: 69, 82 and 1E. RGB value is (105,130,30). Sum of RGB (Red+Green+Blue) = 105+130+30=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #69821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69821E is #967DE1. Grayscale: #6F6F6F. Windows color (decimal): -9862626 or 1999465. OLE color: 1999465.

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

Color convert

RGB 105 130 30 -
CMYK 0.19 0 0.77 0.49
HSL 75º 0.63% 0.31% -
HSV(B) 75º 0.77% 0.51% -
XYZ 14.04 19.06 4.17 -
YUV 111.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 105 130 30 0.19 0 0.77 0.49 75 0.63 0.31
Hex 69 82 1E 13 0 4D 31 4B 3E 1F
Octal 151 202 36 23 0 115 61 113 76 37
Binary 1101001 10000010 11110 10011 0 1001101 110001 1001011 111110 11111

Color Harmonies of #69821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69821E

Black with #69821E

Text Example


Text Example

White with #69821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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