Html Css Color HEX #6BA279 Oxley

📋 copy color: '#6BA279'

red 107 ◦ green 162 ◦ blue 121

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

Shades of Oxley #6BA279

Tints of Oxley #6BA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 27.44%
G = 41.54%
B = 31.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#6BA279 (or 0x6BA279) is known color: Oxley. HEX triplet: 6B, A2 and 79. RGB value is (107,162,121). Sum of RGB (Red+Green+Blue) = 107+162+121=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA279 is #945D86. Grayscale: #8C8C8C. Windows color (decimal): -9723271 or 7971435. OLE color: 7971435.

HSL color Cylindrical-coordinate representation of color #6BA279: hue angle of 135.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA279 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 162 121 -
CMYK 0.34 0 0.25 0.36
HSL 135.27º 0.23% 0.53% -
HSV(B) 135.27º 0.34% 0.64% -
XYZ 22.43 30.35 22.76 -
YUV 140.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 107 162 121 0.34 0 0.25 0.36 135.27 0.23 0.53
Hex 6B A2 79 22 0 19 24 87 17 35
Octal 153 242 171 42 0 31 44 207 27 65
Binary 1101011 10100010 1111001 100010 0 11001 100100 10000111 10111 110101

Color Harmonies of #6BA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA279

Black with #6BA279

Text Example


Text Example

White with #6BA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,162,121); }

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

background-color css

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

 a { background-color: rgb(107,162,121); }

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

border-color css

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

 span { border-color: rgb(107,162,121); }

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