Html Css Color HEX #699273 Oxley

📋 copy color: '#699273'

red 105 ◦ green 146 ◦ blue 115

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

Shades of Oxley #699273

Tints of Oxley #699273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 28.69%
G = 39.89%
B = 31.42%

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

#699273 (or 0x699273) is known color: Oxley. HEX triplet: 69, 92 and 73. RGB value is (105,146,115). Sum of RGB (Red+Green+Blue) = 105+146+115=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #699273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699273 is #966D8C. Grayscale: #828282. Windows color (decimal): -9858445 or 7574121. OLE color: 7574121.

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

Color convert

RGB 105 146 115 -
CMYK 0.28 0 0.21 0.43
HSL 134.63º 0.16% 0.49% -
HSV(B) 134.63º 0.28% 0.57% -
XYZ 19.2 24.8 19.99 -
YUV 130.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 105 146 115 0.28 0 0.21 0.43 134.63 0.16 0.49
Hex 69 92 73 1C 0 15 2B 87 10 31
Octal 151 222 163 34 0 25 53 207 20 61
Binary 1101001 10010010 1110011 11100 0 10101 101011 10000111 10000 110001

Color Harmonies of #699273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699273

Black with #699273

Text Example


Text Example

White with #699273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699273; }

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

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

background-color css

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

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

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

border-color css

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

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

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