Html Css Color HEX #6F9877 Oxley

📋 copy color: '#6F9877'

red 111 ◦ green 152 ◦ blue 119

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

Shades of Oxley #6F9877

Tints of Oxley #6F9877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 29.06%
G = 39.79%
B = 31.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#6F9877 (or 0x6F9877) is known color: Oxley. HEX triplet: 6F, 98 and 77. RGB value is (111,152,119). Sum of RGB (Red+Green+Blue) = 111+152+119=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9877 is #906788. Grayscale: #888888. Windows color (decimal): -9463689 or 7837807. OLE color: 7837807.

HSL color Cylindrical-coordinate representation of color #6F9877: hue angle of 131.71º 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 #6F9877 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 119 -
CMYK 0.27 0 0.22 0.40
HSL 131.71º 0.17% 0.52% -
HSV(B) 131.71º 0.27% 0.6% -
XYZ 21.11 27.17 21.58 -
YUV 135.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 111 152 119 0.27 0 0.22 0.40 131.71 0.17 0.52
Hex 6F 98 77 1B 0 16 28 84 11 34
Octal 157 230 167 33 0 26 50 204 21 64
Binary 1101111 10011000 1110111 11011 0 10110 101000 10000100 10001 110100

Color Harmonies of #6F9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9877

Black with #6F9877

Text Example


Text Example

White with #6F9877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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