Html Css Color HEX #6BA278 Oxley

📋 copy color: '#6BA278'

red 107 ◦ green 162 ◦ blue 120

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

Shades of Oxley #6BA278

Tints of Oxley #6BA278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 27.51%
G = 41.65%
B = 30.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#6BA278 (or 0x6BA278) is known color: Oxley. HEX triplet: 6B, A2 and 78. RGB value is (107,162,120). Sum of RGB (Red+Green+Blue) = 107+162+120=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA278 is #945D87. Grayscale: #8C8C8C. Windows color (decimal): -9723272 or 7905899. OLE color: 7905899.

HSL color Cylindrical-coordinate representation of color #6BA278: hue angle of 134.18º 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 #6BA278 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 162 120 -
CMYK 0.34 0 0.26 0.36
HSL 134.18º 0.23% 0.53% -
HSV(B) 134.18º 0.34% 0.64% -
XYZ 22.37 30.32 22.44 -
YUV 140.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 107 162 120 0.34 0 0.26 0.36 134.18 0.23 0.53
Hex 6B A2 78 22 0 1A 24 86 17 35
Octal 153 242 170 42 0 32 44 206 27 65
Binary 1101011 10100010 1111000 100010 0 11010 100100 10000110 10111 110101

Color Harmonies of #6BA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA278

Black with #6BA278

Text Example


Text Example

White with #6BA278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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