Html Css Color HEX #699277 Oxley

📋 copy color: '#699277'

red 105 ◦ green 146 ◦ blue 119

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

Shades of Oxley #699277

Tints of Oxley #699277

RGB

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

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

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

R = 28.38%
G = 39.46%
B = 32.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#699277 (or 0x699277) is known color: Oxley. HEX triplet: 69, 92 and 77. RGB value is (105,146,119). Sum of RGB (Red+Green+Blue) = 105+146+119=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #699277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699277 is #966D88. Grayscale: #828282. Windows color (decimal): -9858441 or 7836265. OLE color: 7836265.

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

Color convert

RGB 105 146 119 -
CMYK 0.28 0 0.18 0.43
HSL 140.49º 0.16% 0.49% -
HSV(B) 140.49º 0.28% 0.57% -
XYZ 19.43 24.89 21.23 -
YUV 130.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 105 146 119 0.28 0 0.18 0.43 140.49 0.16 0.49
Hex 69 92 77 1C 0 12 2B 8C 10 31
Octal 151 222 167 34 0 22 53 214 20 61
Binary 1101001 10010010 1110111 11100 0 10010 101011 10001100 10000 110001

Color Harmonies of #699277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699277

Black with #699277

Text Example


Text Example

White with #699277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699277; }

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

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

background-color css

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

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

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

border-color css

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

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

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