Html Css Color HEX #699473 Oxley

📋 copy color: '#699473'

red 105 ◦ green 148 ◦ blue 115

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

Shades of Oxley #699473

Tints of Oxley #699473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 28.53%
G = 40.22%
B = 31.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#699473 (or 0x699473) is known color: Oxley. HEX triplet: 69, 94 and 73. RGB value is (105,148,115). Sum of RGB (Red+Green+Blue) = 105+148+115=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #699473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699473 is #966B8C. Grayscale: #838383. Windows color (decimal): -9857933 or 7574633. OLE color: 7574633.

HSL color Cylindrical-coordinate representation of color #699473: hue angle of 133.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699473 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 115 -
CMYK 0.29 0 0.22 0.42
HSL 133.95º 0.17% 0.5% -
HSV(B) 133.95º 0.29% 0.58% -
XYZ 19.51 25.42 20.1 -
YUV 131.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 105 148 115 0.29 0 0.22 0.42 133.95 0.17 0.5
Hex 69 94 73 1D 0 16 2A 86 11 32
Octal 151 224 163 35 0 26 52 206 21 62
Binary 1101001 10010100 1110011 11101 0 10110 101010 10000110 10001 110010

Color Harmonies of #699473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699473

Black with #699473

Text Example


Text Example

White with #699473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699473; }

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

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

background-color css

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

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

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

border-color css

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

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

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