Html Css Color HEX #6B9A81 Oxley

📋 copy color: '#6B9A81'

red 107 ◦ green 154 ◦ blue 129

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

Shades of Oxley #6B9A81

Tints of Oxley #6B9A81

RGB

 RED value IS 107 (42.19% from 255) = 27.44%

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

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

R = 27.44%
G = 39.49%
B = 33.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#6B9A81 (or 0x6B9A81) is known color: Oxley. HEX triplet: 6B, 9A and 81. RGB value is (107,154,129). Sum of RGB (Red+Green+Blue) = 107+154+129=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9A81 is #94657E. Grayscale: #898989. Windows color (decimal): -9725311 or 8493675. OLE color: 8493675.

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

Color convert

RGB 107 154 129 -
CMYK 0.31 0 0.16 0.40
HSL 148.09º 0.19% 0.51% -
HSV(B) 148.09º 0.31% 0.6% -
XYZ 21.58 27.82 25 -
YUV 137.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 107 154 129 0.31 0 0.16 0.40 148.09 0.19 0.51
Hex 6B 9A 81 1F 0 10 28 94 13 33
Octal 153 232 201 37 0 20 50 224 23 63
Binary 1101011 10011010 10000001 11111 0 10000 101000 10010100 10011 110011

Color Harmonies of #6B9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A81

Black with #6B9A81

Text Example


Text Example

White with #6B9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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