Html Css Color HEX #699077 Oxley

📋 copy color: '#699077'

red 105 ◦ green 144 ◦ blue 119

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

Shades of Oxley #699077

Tints of Oxley #699077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 28.53%
G = 39.13%
B = 32.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#699077 (or 0x699077) is known color: Oxley. HEX triplet: 69, 90 and 77. RGB value is (105,144,119). Sum of RGB (Red+Green+Blue) = 105+144+119=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #699077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699077 is #966F88. Grayscale: #818181. Windows color (decimal): -9858953 or 7835753. OLE color: 7835753.

HSL color Cylindrical-coordinate representation of color #699077: hue angle of 141.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699077 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 119 -
CMYK 0.27 0 0.17 0.44
HSL 141.54º 0.16% 0.49% -
HSV(B) 141.54º 0.27% 0.56% -
XYZ 19.13 24.28 21.13 -
YUV 129.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 105 144 119 0.27 0 0.17 0.44 141.54 0.16 0.49
Hex 69 90 77 1B 0 11 2C 8E 10 31
Octal 151 220 167 33 0 21 54 216 20 61
Binary 1101001 10010000 1110111 11011 0 10001 101100 10001110 10000 110001

Color Harmonies of #699077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699077

Black with #699077

Text Example


Text Example

White with #699077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699077; }

 p { color: rgb(105,144,119); }

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

background-color css

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

 a { background-color: rgb(105,144,119); }

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

border-color css

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

 span { border-color: rgb(105,144,119); }

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