Html Css Color HEX #6BA370 Oxley

📋 copy color: '#6BA370'

red 107 ◦ green 163 ◦ blue 112

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

Shades of Oxley #6BA370

Tints of Oxley #6BA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.67%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 28.01%
G = 42.67%
B = 29.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#6BA370 (or 0x6BA370) is known color: Oxley. HEX triplet: 6B, A3 and 70. RGB value is (107,163,112). Sum of RGB (Red+Green+Blue) = 107+163+112=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA370 is #945C8F. Grayscale: #8C8C8C. Windows color (decimal): -9723024 or 7381867. OLE color: 7381867.

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

Color convert

RGB 107 163 112 -
CMYK 0.34 0 0.31 0.36
HSL 125.36º 0.23% 0.53% -
HSV(B) 125.36º 0.34% 0.64% -
XYZ 22.09 30.49 20.05 -
YUV 140.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 107 163 112 0.34 0 0.31 0.36 125.36 0.23 0.53
Hex 6B A3 70 22 0 1F 24 7D 17 35
Octal 153 243 160 42 0 37 44 175 27 65
Binary 1101011 10100011 1110000 100010 0 11111 100100 1111101 10111 110101

Color Harmonies of #6BA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA370

Black with #6BA370

Text Example


Text Example

White with #6BA370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,163,112); }

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

background-color css

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

 a { background-color: rgb(107,163,112); }

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

border-color css

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

 span { border-color: rgb(107,163,112); }

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