Html Css Color HEX #69852D Olive Drab

📋 copy color: '#69852D'

red 105 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #69852D

Tints of Olive Drab #69852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 37.1%
G = 47%
B = 15.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#69852D (or 0x69852D) is known color: Olive Drab. HEX triplet: 69, 85 and 2D. RGB value is (105,133,45). Sum of RGB (Red+Green+Blue) = 105+133+45=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #69852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852D is #967AD2. Grayscale: #727272. Windows color (decimal): -9861843 or 2983273. OLE color: 2983273.

HSL color Cylindrical-coordinate representation of color #69852D: hue angle of 79.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69852D is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 45 -
CMYK 0.21 0 0.66 0.48
HSL 79.09º 0.49% 0.35% -
HSV(B) 79.09º 0.66% 0.52% -
XYZ 14.69 19.97 5.56 -
YUV 114.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 105 133 45 0.21 0 0.66 0.48 79.09 0.49 0.35
Hex 69 85 2D 15 0 42 30 4F 31 23
Octal 151 205 55 25 0 102 60 117 61 43
Binary 1101001 10000101 101101 10101 0 1000010 110000 1001111 110001 100011

Color Harmonies of #69852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69852D

Black with #69852D

Text Example


Text Example

White with #69852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,133,45); }

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

background-color css

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

 a { background-color: rgb(105,133,45); }

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

border-color css

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

 span { border-color: rgb(105,133,45); }

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