Html Css Color HEX #6BA35F Amulet

📋 copy color: '#6BA35F'

red 107 ◦ green 163 ◦ blue 95

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

Shades of Amulet #6BA35F

Tints of Amulet #6BA35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 29.32%
G = 44.66%
B = 26.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#6BA35F (or 0x6BA35F) is known color: Amulet. HEX triplet: 6B, A3 and 5F. RGB value is (107,163,95). Sum of RGB (Red+Green+Blue) = 107+163+95=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA35F is #945CA0. Grayscale: #8A8A8A. Windows color (decimal): -9723041 or 6267755. OLE color: 6267755.

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

Color convert

RGB 107 163 95 -
CMYK 0.34 0 0.42 0.36
HSL 109.41º 0.27% 0.51% -
HSV(B) 109.41º 0.42% 0.64% -
XYZ 21.23 30.15 15.53 -
YUV 138.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 107 163 95 0.34 0 0.42 0.36 109.41 0.27 0.51
Hex 6B A3 5F 22 0 2A 24 6D 1B 33
Octal 153 243 137 42 0 52 44 155 33 63
Binary 1101011 10100011 1011111 100010 0 101010 100100 1101101 11011 110011

Color Harmonies of #6BA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA35F

Black with #6BA35F

Text Example


Text Example

White with #6BA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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