Html Css Color HEX #6B9B81 Oxley

📋 copy color: '#6B9B81'

red 107 ◦ green 155 ◦ blue 129

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

Shades of Oxley #6B9B81

Tints of Oxley #6B9B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 27.37%
G = 39.64%
B = 32.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#6B9B81 (or 0x6B9B81) is known color: Oxley. HEX triplet: 6B, 9B and 81. RGB value is (107,155,129). Sum of RGB (Red+Green+Blue) = 107+155+129=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B81 is #94647E. Grayscale: #898989. Windows color (decimal): -9725055 or 8493931. OLE color: 8493931.

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

Color convert

RGB 107 155 129 -
CMYK 0.31 0 0.17 0.39
HSL 147.5º 0.19% 0.51% -
HSV(B) 147.5º 0.31% 0.61% -
XYZ 21.75 28.15 25.06 -
YUV 137.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 107 155 129 0.31 0 0.17 0.39 147.5 0.19 0.51
Hex 6B 9B 81 1F 0 11 27 94 13 33
Octal 153 233 201 37 0 21 47 224 23 63
Binary 1101011 10011011 10000001 11111 0 10001 100111 10010100 10011 110011

Color Harmonies of #6B9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B81

Black with #6B9B81

Text Example


Text Example

White with #6B9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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