Html Css Color HEX #6BA36F Oxley

📋 copy color: '#6BA36F'

red 107 ◦ green 163 ◦ blue 111

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

Shades of Oxley #6BA36F

Tints of Oxley #6BA36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 28.08%
G = 42.78%
B = 29.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#6BA36F (or 0x6BA36F) is known color: Oxley. HEX triplet: 6B, A3 and 6F. RGB value is (107,163,111). Sum of RGB (Red+Green+Blue) = 107+163+111=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA36F is #945C90. Grayscale: #8C8C8C. Windows color (decimal): -9723025 or 7316331. OLE color: 7316331.

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

Color convert

RGB 107 163 111 -
CMYK 0.34 0 0.32 0.36
HSL 124.29º 0.23% 0.53% -
HSV(B) 124.29º 0.34% 0.64% -
XYZ 22.03 30.47 19.76 -
YUV 140.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 107 163 111 0.34 0 0.32 0.36 124.29 0.23 0.53
Hex 6B A3 6F 22 0 20 24 7C 17 35
Octal 153 243 157 42 0 40 44 174 27 65
Binary 1101011 10100011 1101111 100010 0 100000 100100 1111100 10111 110101

Color Harmonies of #6BA36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA36F

Black with #6BA36F

Text Example


Text Example

White with #6BA36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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