Html Css Color HEX #6D9F78 Oxley

📋 copy color: '#6D9F78'

red 109 ◦ green 159 ◦ blue 120

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

Shades of Oxley #6D9F78

Tints of Oxley #6D9F78

RGB

 RED value IS 109 (42.97% from 255) = 28.09%

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 28.09%
G = 40.98%
B = 30.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#6D9F78 (or 0x6D9F78) is known color: Oxley. HEX triplet: 6D, 9F and 78. RGB value is (109,159,120). Sum of RGB (Red+Green+Blue) = 109+159+120=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F78 is #926087. Grayscale: #8B8B8B. Windows color (decimal): -9592968 or 7905133. OLE color: 7905133.

HSL color Cylindrical-coordinate representation of color #6D9F78: hue angle of 133.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9F78 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 159 120 -
CMYK 0.31 0 0.25 0.38
HSL 133.2º 0.21% 0.53% -
HSV(B) 133.2º 0.31% 0.62% -
XYZ 22.09 29.4 22.28 -
YUV 139.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 109 159 120 0.31 0 0.25 0.38 133.2 0.21 0.53
Hex 6D 9F 78 1F 0 19 26 85 15 35
Octal 155 237 170 37 0 31 46 205 25 65
Binary 1101101 10011111 1111000 11111 0 11001 100110 10000101 10101 110101

Color Harmonies of #6D9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9F78

Black with #6D9F78

Text Example


Text Example

White with #6D9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,159,120); }

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

background-color css

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

 a { background-color: rgb(109,159,120); }

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

border-color css

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

 span { border-color: rgb(109,159,120); }

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