Html Css Color HEX #69852C Olive Drab

📋 copy color: '#69852C'

red 105 ◦ green 133 ◦ blue 44

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

Shades of Olive Drab #69852C

Tints of Olive Drab #69852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 37.23%
G = 47.16%
B = 15.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#69852C (or 0x69852C) is known color: Olive Drab. HEX triplet: 69, 85 and 2C. RGB value is (105,133,44). Sum of RGB (Red+Green+Blue) = 105+133+44=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #69852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852C is #967AD3. Grayscale: #727272. Windows color (decimal): -9861844 or 2917737. OLE color: 2917737.

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

Color convert

RGB 105 133 44 -
CMYK 0.21 0 0.67 0.48
HSL 78.88º 0.5% 0.35% -
HSV(B) 78.88º 0.67% 0.52% -
XYZ 14.67 19.96 5.46 -
YUV 114.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 105 133 44 0.21 0 0.67 0.48 78.88 0.5 0.35
Hex 69 85 2C 15 0 43 30 4F 32 23
Octal 151 205 54 25 0 103 60 117 62 43
Binary 1101001 10000101 101100 10101 0 1000011 110000 1001111 110010 100011

Color Harmonies of #69852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69852C

Black with #69852C

Text Example


Text Example

White with #69852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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