Html Css Color HEX #6D9674 Oxley

📋 copy color: '#6D9674'

red 109 ◦ green 150 ◦ blue 116

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

Shades of Oxley #6D9674

Tints of Oxley #6D9674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 29.07%
G = 40%
B = 30.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#6D9674 (or 0x6D9674) is known color: Oxley. HEX triplet: 6D, 96 and 74. RGB value is (109,150,116). Sum of RGB (Red+Green+Blue) = 109+150+116=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9674 is #92698B. Grayscale: #858585. Windows color (decimal): -9595276 or 7640685. OLE color: 7640685.

HSL color Cylindrical-coordinate representation of color #6D9674: hue angle of 130.24º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9674 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 116 -
CMYK 0.27 0 0.23 0.41
HSL 130.24º 0.16% 0.51% -
HSV(B) 130.24º 0.27% 0.59% -
XYZ 20.37 26.32 20.53 -
YUV 133.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 109 150 116 0.27 0 0.23 0.41 130.24 0.16 0.51
Hex 6D 96 74 1B 0 17 29 82 10 33
Octal 155 226 164 33 0 27 51 202 20 63
Binary 1101101 10010110 1110100 11011 0 10111 101001 10000010 10000 110011

Color Harmonies of #6D9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9674

Black with #6D9674

Text Example


Text Example

White with #6D9674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,150,116); }

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

background-color css

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

 a { background-color: rgb(109,150,116); }

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

border-color css

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

 span { border-color: rgb(109,150,116); }

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