Html Css Color HEX #69987D Oxley

📋 copy color: '#69987D'

red 105 ◦ green 152 ◦ blue 125

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

Shades of Oxley #69987D

Tints of Oxley #69987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 27.49%
G = 39.79%
B = 32.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#69987D (or 0x69987D) is known color: Oxley. HEX triplet: 69, 98 and 7D. RGB value is (105,152,125). Sum of RGB (Red+Green+Blue) = 105+152+125=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #69987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987D is #966782. Grayscale: #868686. Windows color (decimal): -9856899 or 8231017. OLE color: 8231017.

HSL color Cylindrical-coordinate representation of color #69987D: hue angle of 145.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69987D is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 125 -
CMYK 0.31 0 0.18 0.40
HSL 145.53º 0.19% 0.5% -
HSV(B) 145.53º 0.31% 0.6% -
XYZ 20.76 26.94 23.51 -
YUV 134.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 105 152 125 0.31 0 0.18 0.40 145.53 0.19 0.5
Hex 69 98 7D 1F 0 12 28 92 13 32
Octal 151 230 175 37 0 22 50 222 23 62
Binary 1101001 10011000 1111101 11111 0 10010 101000 10010010 10011 110010

Color Harmonies of #69987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69987D

Black with #69987D

Text Example


Text Example

White with #69987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69987D; }

 p { color: rgb(105,152,125); }

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

background-color css

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

 a { background-color: rgb(105,152,125); }

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

border-color css

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

 span { border-color: rgb(105,152,125); }

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