Html Css Color HEX #6D9A81 Oxley

📋 copy color: '#6D9A81'

red 109 ◦ green 154 ◦ blue 129

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

Shades of Oxley #6D9A81

Tints of Oxley #6D9A81

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 27.81%
G = 39.29%
B = 32.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#6D9A81 (or 0x6D9A81) is known color: Oxley. HEX triplet: 6D, 9A and 81. RGB value is (109,154,129). Sum of RGB (Red+Green+Blue) = 109+154+129=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9A81 is #92657E. Grayscale: #898989. Windows color (decimal): -9594239 or 8493677. OLE color: 8493677.

HSL color Cylindrical-coordinate representation of color #6D9A81: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9A81 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 154 129 -
CMYK 0.29 0 0.16 0.40
HSL 146.67º 0.18% 0.52% -
HSV(B) 146.67º 0.29% 0.6% -
XYZ 21.82 27.95 25.01 -
YUV 137.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 109 154 129 0.29 0 0.16 0.40 146.67 0.18 0.52
Hex 6D 9A 81 1D 0 10 28 93 12 34
Octal 155 232 201 35 0 20 50 223 22 64
Binary 1101101 10011010 10000001 11101 0 10000 101000 10010011 10010 110100

Color Harmonies of #6D9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9A81

Black with #6D9A81

Text Example


Text Example

White with #6D9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,154,129); }

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

background-color css

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

 a { background-color: rgb(109,154,129); }

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

border-color css

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

 span { border-color: rgb(109,154,129); }

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