Html Css Color HEX #699272 Oxley

📋 copy color: '#699272'

red 105 ◦ green 146 ◦ blue 114

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

Shades of Oxley #699272

Tints of Oxley #699272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 28.77%
G = 40%
B = 31.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#699272 (or 0x699272) is known color: Oxley. HEX triplet: 69, 92 and 72. RGB value is (105,146,114). Sum of RGB (Red+Green+Blue) = 105+146+114=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #699272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699272 is #966D8D. Grayscale: #828282. Windows color (decimal): -9858446 or 7508585. OLE color: 7508585.

HSL color Cylindrical-coordinate representation of color #699272: hue angle of 133.17º 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 #699272 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 114 -
CMYK 0.28 0 0.22 0.43
HSL 133.17º 0.16% 0.49% -
HSV(B) 133.17º 0.28% 0.57% -
XYZ 19.14 24.78 19.69 -
YUV 130.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 105 146 114 0.28 0 0.22 0.43 133.17 0.16 0.49
Hex 69 92 72 1C 0 16 2B 85 10 31
Octal 151 222 162 34 0 26 53 205 20 61
Binary 1101001 10010010 1110010 11100 0 10110 101011 10000101 10000 110001

Color Harmonies of #699272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699272

Black with #699272

Text Example


Text Example

White with #699272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699272; }

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

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

background-color css

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

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

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

border-color css

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

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

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