Html Css Color HEX #6BAA31 Christi

📋 copy color: '#6BAA31'

red 107 ◦ green 170 ◦ blue 49

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

Shades of Christi #6BAA31

Tints of Christi #6BAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.15%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 32.82%
G = 52.15%
B = 15.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#6BAA31 (or 0x6BAA31) is known color: Christi. HEX triplet: 6B, AA and 31. RGB value is (107,170,49). Sum of RGB (Red+Green+Blue) = 107+170+49=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA31 is #9455CE. Grayscale: #898989. Windows color (decimal): -9721295 or 3254891. OLE color: 3254891.

HSL color Cylindrical-coordinate representation of color #6BAA31: hue angle of 91.24º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BAA31 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 170 49 -
CMYK 0.37 0 0.71 0.33
HSL 91.24º 0.55% 0.43% -
HSV(B) 91.24º 0.71% 0.67% -
XYZ 20.99 32.1 7.99 -
YUV 137.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 107 170 49 0.37 0 0.71 0.33 91.24 0.55 0.43
Hex 6B AA 31 25 0 47 21 5B 37 2B
Octal 153 252 61 45 0 107 41 133 67 53
Binary 1101011 10101010 110001 100101 0 1000111 100001 1011011 110111 101011

Color Harmonies of #6BAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAA31

Black with #6BAA31

Text Example


Text Example

White with #6BAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,49); }

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

background-color css

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

 a { background-color: rgb(107,170,49); }

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

border-color css

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

 span { border-color: rgb(107,170,49); }

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