Html Css Color HEX #699E7C Oxley

📋 copy color: '#699E7C'

red 105 ◦ green 158 ◦ blue 124

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

Shades of Oxley #699E7C

Tints of Oxley #699E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 27.13%
G = 40.83%
B = 32.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#699E7C (or 0x699E7C) is known color: Oxley. HEX triplet: 69, 9E and 7C. RGB value is (105,158,124). Sum of RGB (Red+Green+Blue) = 105+158+124=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #699E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E7C is #966183. Grayscale: #8A8A8A. Windows color (decimal): -9855364 or 8167017. OLE color: 8167017.

HSL color Cylindrical-coordinate representation of color #699E7C: hue angle of 141.51º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E7C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 124 -
CMYK 0.34 0 0.22 0.38
HSL 141.51º 0.21% 0.52% -
HSV(B) 141.51º 0.34% 0.62% -
XYZ 21.69 28.91 23.51 -
YUV 138.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 105 158 124 0.34 0 0.22 0.38 141.51 0.21 0.52
Hex 69 9E 7C 22 0 16 26 8E 15 34
Octal 151 236 174 42 0 26 46 216 25 64
Binary 1101001 10011110 1111100 100010 0 10110 100110 10001110 10101 110100

Color Harmonies of #699E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E7C

Black with #699E7C

Text Example


Text Example

White with #699E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699E7C; }

 p { color: rgb(105,158,124); }

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

background-color css

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

 a { background-color: rgb(105,158,124); }

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

border-color css

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

 span { border-color: rgb(105,158,124); }

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