Html Css Color HEX #6BAD14 Christi

📋 copy color: '#6BAD14'

red 107 ◦ green 173 ◦ blue 20

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

Shades of Christi #6BAD14

Tints of Christi #6BAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.67%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 35.67%
G = 57.67%
B = 6.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#6BAD14 (or 0x6BAD14) is known color: Christi. HEX triplet: 6B, AD and 14. RGB value is (107,173,20). Sum of RGB (Red+Green+Blue) = 107+173+20=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAD14 is #9452EB. Grayscale: #888888. Windows color (decimal): -9720556 or 1355115. OLE color: 1355115.

HSL color Cylindrical-coordinate representation of color #6BAD14: hue angle of 85.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BAD14 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 173 20 -
CMYK 0.38 0 0.88 0.32
HSL 85.88º 0.79% 0.38% -
HSV(B) 85.88º 0.88% 0.68% -
XYZ 21.13 33.06 5.93 -
YUV 135.82 62.63 107.44 -
System Red Green Blue C M Y K H S L
Decimal 107 173 20 0.38 0 0.88 0.32 85.88 0.79 0.38
Hex 6B AD 14 26 0 58 20 56 4F 26
Octal 153 255 24 46 0 130 40 126 117 46
Binary 1101011 10101101 10100 100110 0 1011000 100000 1010110 1001111 100110

Color Harmonies of #6BAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD14

Black with #6BAD14

Text Example


Text Example

White with #6BAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,20); }

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

background-color css

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

 a { background-color: rgb(107,173,20); }

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

border-color css

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

 span { border-color: rgb(107,173,20); }

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