Html Css Color HEX #69987E Oxley

📋 copy color: '#69987E'

red 105 ◦ green 152 ◦ blue 126

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

Shades of Oxley #69987E

Tints of Oxley #69987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.9%

R = 27.42%
G = 39.69%
B = 32.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#69987E (or 0x69987E) is known color: Oxley. HEX triplet: 69, 98 and 7E. RGB value is (105,152,126). Sum of RGB (Red+Green+Blue) = 105+152+126=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #69987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987E is #966781. Grayscale: #878787. Windows color (decimal): -9856898 or 8296553. OLE color: 8296553.

HSL color Cylindrical-coordinate representation of color #69987E: hue angle of 146.81º 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 #69987E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 126 -
CMYK 0.31 0 0.17 0.40
HSL 146.81º 0.19% 0.5% -
HSV(B) 146.81º 0.31% 0.6% -
XYZ 20.82 26.97 23.85 -
YUV 134.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 105 152 126 0.31 0 0.17 0.40 146.81 0.19 0.5
Hex 69 98 7E 1F 0 11 28 93 13 32
Octal 151 230 176 37 0 21 50 223 23 62
Binary 1101001 10011000 1111110 11111 0 10001 101000 10010011 10011 110010

Color Harmonies of #69987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69987E

Black with #69987E

Text Example


Text Example

White with #69987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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