Html Css Color HEX #699176 Oxley

📋 copy color: '#699176'

red 105 ◦ green 145 ◦ blue 118

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

Shades of Oxley #699176

Tints of Oxley #699176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 28.53%
G = 39.4%
B = 32.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#699176 (or 0x699176) is known color: Oxley. HEX triplet: 69, 91 and 76. RGB value is (105,145,118). Sum of RGB (Red+Green+Blue) = 105+145+118=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #699176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699176 is #966E89. Grayscale: #828282. Windows color (decimal): -9858698 or 7770473. OLE color: 7770473.

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

Color convert

RGB 105 145 118 -
CMYK 0.28 0 0.19 0.43
HSL 139.5º 0.16% 0.49% -
HSV(B) 139.5º 0.28% 0.57% -
XYZ 19.22 24.56 20.87 -
YUV 129.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 105 145 118 0.28 0 0.19 0.43 139.5 0.16 0.49
Hex 69 91 76 1C 0 13 2B 8C 10 31
Octal 151 221 166 34 0 23 53 214 20 61
Binary 1101001 10010001 1110110 11100 0 10011 101011 10001100 10000 110001

Color Harmonies of #699176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699176

Black with #699176

Text Example


Text Example

White with #699176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699176; }

 p { color: rgb(105,145,118); }

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

background-color css

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

 a { background-color: rgb(105,145,118); }

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

border-color css

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

 span { border-color: rgb(105,145,118); }

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