Html Css Color HEX #6F987F Oxley

📋 copy color: '#6F987F'

red 111 ◦ green 152 ◦ blue 127

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

Shades of Oxley #6F987F

Tints of Oxley #6F987F

RGB

 RED value IS 111 (43.75% from 255) = 28.46%

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 28.46%
G = 38.97%
B = 32.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#6F987F (or 0x6F987F) is known color: Oxley. HEX triplet: 6F, 98 and 7F. RGB value is (111,152,127). Sum of RGB (Red+Green+Blue) = 111+152+127=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #6F987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F987F is #906780. Grayscale: #888888. Windows color (decimal): -9463681 or 8362095. OLE color: 8362095.

HSL color Cylindrical-coordinate representation of color #6F987F: hue angle of 143.41º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F987F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 127 -
CMYK 0.27 0 0.16 0.40
HSL 143.41º 0.17% 0.52% -
HSV(B) 143.41º 0.27% 0.6% -
XYZ 21.61 27.37 24.22 -
YUV 136.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 111 152 127 0.27 0 0.16 0.40 143.41 0.17 0.52
Hex 6F 98 7F 1B 0 10 28 8F 11 34
Octal 157 230 177 33 0 20 50 217 21 64
Binary 1101111 10011000 1111111 11011 0 10000 101000 10001111 10001 110100

Color Harmonies of #6F987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F987F

Black with #6F987F

Text Example


Text Example

White with #6F987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F987F; }

 p { color: rgb(111,152,127); }

 H1.HeaderClassName
 {
   color: #6F987F;
 }
 .AnyTagClassName
 {
   color: #6F987F;
 }
</style>

background-color css

<style>
 a { background-color: #6F987F; }

 a { background-color: rgb(111,152,127); }

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

border-color css

<style>
 span { border-color: #6F987F; }

 span { border-color: rgb(111,152,127); }

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