Html Css Color HEX #699275 Oxley

📋 copy color: '#699275'

red 105 ◦ green 146 ◦ blue 117

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

Shades of Oxley #699275

Tints of Oxley #699275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 28.53%
G = 39.67%
B = 31.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#699275 (or 0x699275) is known color: Oxley. HEX triplet: 69, 92 and 75. RGB value is (105,146,117). Sum of RGB (Red+Green+Blue) = 105+146+117=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #699275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699275 is #966D8A. Grayscale: #828282. Windows color (decimal): -9858443 or 7705193. OLE color: 7705193.

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

Color convert

RGB 105 146 117 -
CMYK 0.28 0 0.20 0.43
HSL 137.56º 0.16% 0.49% -
HSV(B) 137.56º 0.28% 0.57% -
XYZ 19.32 24.85 20.61 -
YUV 130.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 105 146 117 0.28 0 0.20 0.43 137.56 0.16 0.49
Hex 69 92 75 1C 0 14 2B 8A 10 31
Octal 151 222 165 34 0 24 53 212 20 61
Binary 1101001 10010010 1110101 11100 0 10100 101011 10001010 10000 110001

Color Harmonies of #699275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699275

Black with #699275

Text Example


Text Example

White with #699275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699275; }

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

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

background-color css

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

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

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

border-color css

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

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

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