Html Css Color HEX #69947C Oxley

📋 copy color: '#69947C'

red 105 ◦ green 148 ◦ blue 124

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

Shades of Oxley #69947C

Tints of Oxley #69947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 27.85%
G = 39.26%
B = 32.89%

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

#69947C (or 0x69947C) is known color: Oxley. HEX triplet: 69, 94 and 7C. RGB value is (105,148,124). Sum of RGB (Red+Green+Blue) = 105+148+124=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #69947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69947C is #966B83. Grayscale: #848484. Windows color (decimal): -9857924 or 8164457. OLE color: 8164457.

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

Color convert

RGB 105 148 124 -
CMYK 0.29 0 0.16 0.42
HSL 146.51º 0.17% 0.5% -
HSV(B) 146.51º 0.29% 0.58% -
XYZ 20.05 25.64 22.96 -
YUV 132.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 105 148 124 0.29 0 0.16 0.42 146.51 0.17 0.5
Hex 69 94 7C 1D 0 10 2A 93 11 32
Octal 151 224 174 35 0 20 52 223 21 62
Binary 1101001 10010100 1111100 11101 0 10000 101010 10010011 10001 110010

Color Harmonies of #69947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69947C

Black with #69947C

Text Example


Text Example

White with #69947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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