Html Css Color HEX #699A7C Oxley

📋 copy color: '#699A7C'

red 105 ◦ green 154 ◦ blue 124

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

Shades of Oxley #699A7C

Tints of Oxley #699A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

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

R = 27.42%
G = 40.21%
B = 32.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#699A7C (or 0x699A7C) is known color: Oxley. HEX triplet: 69, 9A and 7C. RGB value is (105,154,124). Sum of RGB (Red+Green+Blue) = 105+154+124=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #699A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A7C is #966583. Grayscale: #888888. Windows color (decimal): -9856388 or 8165993. OLE color: 8165993.

HSL color Cylindrical-coordinate representation of color #699A7C: hue angle of 143.27º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A7C is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 124 -
CMYK 0.32 0 0.19 0.40
HSL 143.27º 0.2% 0.51% -
HSV(B) 143.27º 0.32% 0.6% -
XYZ 21.02 27.57 23.28 -
YUV 135.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 105 154 124 0.32 0 0.19 0.40 143.27 0.2 0.51
Hex 69 9A 7C 20 0 13 28 8F 14 33
Octal 151 232 174 40 0 23 50 217 24 63
Binary 1101001 10011010 1111100 100000 0 10011 101000 10001111 10100 110011

Color Harmonies of #699A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A7C

Black with #699A7C

Text Example


Text Example

White with #699A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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