Html Css Color HEX #69840D Olive Drab

📋 copy color: '#69840D'

red 105 ◦ green 132 ◦ blue 13

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

Shades of Olive Drab #69840D

Tints of Olive Drab #69840D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 42%
G = 52.8%
B = 5.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#69840D (or 0x69840D) is known color: Olive Drab. HEX triplet: 69, 84 and 0D. RGB value is (105,132,13). Sum of RGB (Red+Green+Blue) = 105+132+13=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #69840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69840D is #967BF2. Grayscale: #6E6E6E. Windows color (decimal): -9862131 or 885865. OLE color: 885865.

HSL color Cylindrical-coordinate representation of color #69840D: hue angle of 73.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69840D is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 13 -
CMYK 0.20 0 0.90 0.48
HSL 73.61º 0.82% 0.28% -
HSV(B) 73.61º 0.9% 0.52% -
XYZ 14.15 19.53 3.41 -
YUV 110.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 105 132 13 0.20 0 0.90 0.48 73.61 0.82 0.28
Hex 69 84 D 14 0 5A 30 4A 52 1C
Octal 151 204 15 24 0 132 60 112 122 34
Binary 1101001 10000100 1101 10100 0 1011010 110000 1001010 1010010 11100

Color Harmonies of #69840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69840D

Black with #69840D

Text Example


Text Example

White with #69840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69840D; }

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

 H1.HeaderClassName
 {
   color: #69840D;
 }
 .AnyTagClassName
 {
   color: #69840D;
 }
</style>

background-color css

<style>
 a { background-color: #69840D; }

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

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

border-color css

<style>
 span { border-color: #69840D; }

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

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