Html Css Color HEX #6BAF31 Christi

📋 copy color: '#6BAF31'

red 107 ◦ green 175 ◦ blue 49

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

Shades of Christi #6BAF31

Tints of Christi #6BAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

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

R = 32.33%
G = 52.87%
B = 14.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#6BAF31 (or 0x6BAF31) is known color: Christi. HEX triplet: 6B, AF and 31. RGB value is (107,175,49). Sum of RGB (Red+Green+Blue) = 107+175+49=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF31 is #9450CE. Grayscale: #8C8C8C. Windows color (decimal): -9720015 or 3256171. OLE color: 3256171.

HSL color Cylindrical-coordinate representation of color #6BAF31: hue angle of 92.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BAF31 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 175 49 -
CMYK 0.39 0 0.72 0.31
HSL 92.38º 0.56% 0.44% -
HSV(B) 92.38º 0.72% 0.69% -
XYZ 21.95 34.01 8.31 -
YUV 140.3 76.47 104.25 -
System Red Green Blue C M Y K H S L
Decimal 107 175 49 0.39 0 0.72 0.31 92.38 0.56 0.44
Hex 6B AF 31 27 0 48 1F 5C 38 2C
Octal 153 257 61 47 0 110 37 134 70 54
Binary 1101011 10101111 110001 100111 0 1001000 11111 1011100 111000 101100

Color Harmonies of #6BAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF31

Black with #6BAF31

Text Example


Text Example

White with #6BAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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