Html Css Color HEX #69841E Olive Drab

📋 copy color: '#69841E'

red 105 ◦ green 132 ◦ blue 30

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

Shades of Olive Drab #69841E

Tints of Olive Drab #69841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

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

R = 39.33%
G = 49.44%
B = 11.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#69841E (or 0x69841E) is known color: Olive Drab. HEX triplet: 69, 84 and 1E. RGB value is (105,132,30). Sum of RGB (Red+Green+Blue) = 105+132+30=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #69841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69841E is #967BE1. Grayscale: #707070. Windows color (decimal): -9862114 or 1999977. OLE color: 1999977.

HSL color Cylindrical-coordinate representation of color #69841E: hue angle of 75.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69841E is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 30 -
CMYK 0.20 0 0.77 0.48
HSL 75.88º 0.63% 0.32% -
HSV(B) 75.88º 0.77% 0.52% -
XYZ 14.31 19.6 4.26 -
YUV 112.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 105 132 30 0.20 0 0.77 0.48 75.88 0.63 0.32
Hex 69 84 1E 14 0 4D 30 4C 3F 20
Octal 151 204 36 24 0 115 60 114 77 40
Binary 1101001 10000100 11110 10100 0 1001101 110000 1001100 111111 100000

Color Harmonies of #69841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69841E

Black with #69841E

Text Example


Text Example

White with #69841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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