Html Css Color HEX #69987B Oxley

📋 copy color: '#69987B'

red 105 ◦ green 152 ◦ blue 123

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

Shades of Oxley #69987B

Tints of Oxley #69987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 27.63%
G = 40%
B = 32.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#69987B (or 0x69987B) is known color: Oxley. HEX triplet: 69, 98 and 7B. RGB value is (105,152,123). Sum of RGB (Red+Green+Blue) = 105+152+123=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #69987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987B is #966784. Grayscale: #868686. Windows color (decimal): -9856901 or 8099945. OLE color: 8099945.

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

Color convert

RGB 105 152 123 -
CMYK 0.31 0 0.19 0.40
HSL 142.98º 0.19% 0.5% -
HSV(B) 142.98º 0.31% 0.6% -
XYZ 20.63 26.89 22.84 -
YUV 134.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 105 152 123 0.31 0 0.19 0.40 142.98 0.19 0.5
Hex 69 98 7B 1F 0 13 28 8F 13 32
Octal 151 230 173 37 0 23 50 217 23 62
Binary 1101001 10011000 1111011 11111 0 10011 101000 10001111 10011 110010

Color Harmonies of #69987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69987B

Black with #69987B

Text Example


Text Example

White with #69987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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