Html Css Color HEX #69937C Oxley

📋 copy color: '#69937C'

red 105 ◦ green 147 ◦ blue 124

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

Shades of Oxley #69937C

Tints of Oxley #69937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

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

R = 27.93%
G = 39.1%
B = 32.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#69937C (or 0x69937C) is known color: Oxley. HEX triplet: 69, 93 and 7C. RGB value is (105,147,124). Sum of RGB (Red+Green+Blue) = 105+147+124=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #69937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69937C is #966C83. Grayscale: #838383. Windows color (decimal): -9858180 or 8164201. OLE color: 8164201.

HSL color Cylindrical-coordinate representation of color #69937C: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69937C is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 124 -
CMYK 0.29 0 0.16 0.42
HSL 147.14º 0.17% 0.49% -
HSV(B) 147.14º 0.29% 0.58% -
XYZ 19.9 25.33 22.91 -
YUV 131.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 105 147 124 0.29 0 0.16 0.42 147.14 0.17 0.49
Hex 69 93 7C 1D 0 10 2A 93 11 31
Octal 151 223 174 35 0 20 52 223 21 61
Binary 1101001 10010011 1111100 11101 0 10000 101010 10010011 10001 110001

Color Harmonies of #69937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69937C

Black with #69937C

Text Example


Text Example

White with #69937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69937C; }

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

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

background-color css

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

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

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

border-color css

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

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

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