Html Css Color HEX #6F9F74 Oxley

📋 copy color: '#6F9F74'

red 111 ◦ green 159 ◦ blue 116

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

Shades of Oxley #6F9F74

Tints of Oxley #6F9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

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

R = 28.76%
G = 41.19%
B = 30.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#6F9F74 (or 0x6F9F74) is known color: Oxley. HEX triplet: 6F, 9F and 74. RGB value is (111,159,116). Sum of RGB (Red+Green+Blue) = 111+159+116=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F74 is #90608B. Grayscale: #8B8B8B. Windows color (decimal): -9461900 or 7642991. OLE color: 7642991.

HSL color Cylindrical-coordinate representation of color #6F9F74: hue angle of 126.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F74 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 159 116 -
CMYK 0.30 0 0.27 0.38
HSL 126.25º 0.2% 0.53% -
HSV(B) 126.25º 0.3% 0.62% -
XYZ 22.11 29.44 21.04 -
YUV 139.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 111 159 116 0.30 0 0.27 0.38 126.25 0.2 0.53
Hex 6F 9F 74 1E 0 1B 26 7E 14 35
Octal 157 237 164 36 0 33 46 176 24 65
Binary 1101111 10011111 1110100 11110 0 11011 100110 1111110 10100 110101

Color Harmonies of #6F9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9F74

Black with #6F9F74

Text Example


Text Example

White with #6F9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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