Html Css Color HEX #699172 Oxley

📋 copy color: '#699172'

red 105 ◦ green 145 ◦ blue 114

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

Shades of Oxley #699172

Tints of Oxley #699172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 28.85%
G = 39.84%
B = 31.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#699172 (or 0x699172) is known color: Oxley. HEX triplet: 69, 91 and 72. RGB value is (105,145,114). Sum of RGB (Red+Green+Blue) = 105+145+114=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #699172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699172 is #966E8D. Grayscale: #818181. Windows color (decimal): -9858702 or 7508329. OLE color: 7508329.

HSL color Cylindrical-coordinate representation of color #699172: hue angle of 133.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699172 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 114 -
CMYK 0.28 0 0.21 0.43
HSL 133.5º 0.16% 0.49% -
HSV(B) 133.5º 0.28% 0.57% -
XYZ 18.99 24.47 19.64 -
YUV 129.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 105 145 114 0.28 0 0.21 0.43 133.5 0.16 0.49
Hex 69 91 72 1C 0 15 2B 86 10 31
Octal 151 221 162 34 0 25 53 206 20 61
Binary 1101001 10010001 1110010 11100 0 10101 101011 10000110 10000 110001

Color Harmonies of #699172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699172

Black with #699172

Text Example


Text Example

White with #699172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699172; }

 p { color: rgb(105,145,114); }

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

background-color css

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

 a { background-color: rgb(105,145,114); }

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

border-color css

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

 span { border-color: rgb(105,145,114); }

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