Html Css Color HEX #6BAB76 Oxley

📋 copy color: '#6BAB76'

red 107 ◦ green 171 ◦ blue 118

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

Shades of Oxley #6BAB76

Tints of Oxley #6BAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 27.02%
G = 43.18%
B = 29.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#6BAB76 (or 0x6BAB76) is known color: Oxley. HEX triplet: 6B, AB and 76. RGB value is (107,171,118). Sum of RGB (Red+Green+Blue) = 107+171+118=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB76 is #945489. Grayscale: #919191. Windows color (decimal): -9720970 or 7777131. OLE color: 7777131.

HSL color Cylindrical-coordinate representation of color #6BAB76: hue angle of 130.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB76 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 118 -
CMYK 0.37 0 0.31 0.33
HSL 130.31º 0.28% 0.55% -
HSV(B) 130.31º 0.37% 0.67% -
XYZ 23.9 33.56 22.36 -
YUV 145.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 107 171 118 0.37 0 0.31 0.33 130.31 0.28 0.55
Hex 6B AB 76 25 0 1F 21 82 1C 37
Octal 153 253 166 45 0 37 41 202 34 67
Binary 1101011 10101011 1110110 100101 0 11111 100001 10000010 11100 110111

Color Harmonies of #6BAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB76

Black with #6BAB76

Text Example


Text Example

White with #6BAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,118); }

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

background-color css

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

 a { background-color: rgb(107,171,118); }

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

border-color css

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

 span { border-color: rgb(107,171,118); }

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