Html Css Color HEX #6D9C7A Oxley

📋 copy color: '#6D9C7A'

red 109 ◦ green 156 ◦ blue 122

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

Shades of Oxley #6D9C7A

Tints of Oxley #6D9C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.31%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 28.17%
G = 40.31%
B = 31.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#6D9C7A (or 0x6D9C7A) is known color: Oxley. HEX triplet: 6D, 9C and 7A. RGB value is (109,156,122). Sum of RGB (Red+Green+Blue) = 109+156+122=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9C7A is #926385. Grayscale: #8A8A8A. Windows color (decimal): -9593734 or 8035437. OLE color: 8035437.

HSL color Cylindrical-coordinate representation of color #6D9C7A: hue angle of 136.6º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C7A is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 156 122 -
CMYK 0.30 0 0.22 0.39
HSL 136.6º 0.19% 0.52% -
HSV(B) 136.6º 0.3% 0.61% -
XYZ 21.71 28.43 22.76 -
YUV 138.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 109 156 122 0.30 0 0.22 0.39 136.6 0.19 0.52
Hex 6D 9C 7A 1E 0 16 27 89 13 34
Octal 155 234 172 36 0 26 47 211 23 64
Binary 1101101 10011100 1111010 11110 0 10110 100111 10001001 10011 110100

Color Harmonies of #6D9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9C7A

Black with #6D9C7A

Text Example


Text Example

White with #6D9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,156,122); }

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

background-color css

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

 a { background-color: rgb(109,156,122); }

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

border-color css

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

 span { border-color: rgb(109,156,122); }

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