Html Css Color HEX #6F9974 Oxley

📋 copy color: '#6F9974'

red 111 ◦ green 153 ◦ blue 116

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

Shades of Oxley #6F9974

Tints of Oxley #6F9974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 29.21%
G = 40.26%
B = 30.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#6F9974 (or 0x6F9974) is known color: Oxley. HEX triplet: 6F, 99 and 74. RGB value is (111,153,116). Sum of RGB (Red+Green+Blue) = 111+153+116=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9974 is #90668B. Grayscale: #888888. Windows color (decimal): -9463436 or 7641455. OLE color: 7641455.

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

Color convert

RGB 111 153 116 -
CMYK 0.27 0 0.24 0.4
HSL 127.14º 0.17% 0.52% -
HSV(B) 127.14º 0.27% 0.6% -
XYZ 21.1 27.42 20.7 -
YUV 136.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 111 153 116 0.27 0 0.24 0.4 127.14 0.17 0.52
Hex 6F 99 74 1B 0 18 28 7F 11 34
Octal 157 231 164 33 0 30 50 177 21 64
Binary 1101111 10011001 1110100 11011 0 11000 101000 1111111 10001 110100

Color Harmonies of #6F9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9974

Black with #6F9974

Text Example


Text Example

White with #6F9974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,153,116); }

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

background-color css

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

 a { background-color: rgb(111,153,116); }

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

border-color css

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

 span { border-color: rgb(111,153,116); }

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