Html Css Color HEX #6D9F70 Oxley

📋 copy color: '#6D9F70'

red 109 ◦ green 159 ◦ blue 112

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

Shades of Oxley #6D9F70

Tints of Oxley #6D9F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 28.68%
G = 41.84%
B = 29.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#6D9F70 (or 0x6D9F70) is known color: Oxley. HEX triplet: 6D, 9F and 70. RGB value is (109,159,112). Sum of RGB (Red+Green+Blue) = 109+159+112=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F70 is #92608F. Grayscale: #8A8A8A. Windows color (decimal): -9592976 or 7380845. OLE color: 7380845.

HSL color Cylindrical-coordinate representation of color #6D9F70: hue angle of 123.6º 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 #6D9F70 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 159 112 -
CMYK 0.31 0 0.30 0.38
HSL 123.6º 0.21% 0.53% -
HSV(B) 123.6º 0.31% 0.62% -
XYZ 21.63 29.22 19.83 -
YUV 138.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 109 159 112 0.31 0 0.30 0.38 123.6 0.21 0.53
Hex 6D 9F 70 1F 0 1E 26 7C 15 35
Octal 155 237 160 37 0 36 46 174 25 65
Binary 1101101 10011111 1110000 11111 0 11110 100110 1111100 10101 110101

Color Harmonies of #6D9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9F70

Black with #6D9F70

Text Example


Text Example

White with #6D9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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