Html Css Color HEX #699571 Oxley

📋 copy color: '#699571'

red 105 ◦ green 149 ◦ blue 113

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

Shades of Oxley #699571

Tints of Oxley #699571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 28.61%
G = 40.6%
B = 30.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#699571 (or 0x699571) is known color: Oxley. HEX triplet: 69, 95 and 71. RGB value is (105,149,113). Sum of RGB (Red+Green+Blue) = 105+149+113=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #699571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699571 is #966A8E. Grayscale: #838383. Windows color (decimal): -9857679 or 7443817. OLE color: 7443817.

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

Color convert

RGB 105 149 113 -
CMYK 0.30 0 0.24 0.42
HSL 130.91º 0.17% 0.5% -
HSV(B) 130.91º 0.3% 0.58% -
XYZ 19.55 25.69 19.55 -
YUV 131.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 105 149 113 0.30 0 0.24 0.42 130.91 0.17 0.5
Hex 69 95 71 1E 0 18 2A 83 11 32
Octal 151 225 161 36 0 30 52 203 21 62
Binary 1101001 10010101 1110001 11110 0 11000 101010 10000011 10001 110010

Color Harmonies of #699571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699571

Black with #699571

Text Example


Text Example

White with #699571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699571; }

 p { color: rgb(105,149,113); }

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

background-color css

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

 a { background-color: rgb(105,149,113); }

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

border-color css

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

 span { border-color: rgb(105,149,113); }

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