Html Css Color HEX #6EB70C Christi

📋 copy color: '#6EB70C'

red 110 ◦ green 183 ◦ blue 12

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

Shades of Christi #6EB70C

Tints of Christi #6EB70C

RGB

 RED value IS 110 (43.36% from 255) = 36.07%

 GREEN value IS 183 (71.88% from 255) = 60%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 36.07%
G = 60%
B = 3.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#6EB70C (or 0x6EB70C) is known color: Christi. HEX triplet: 6E, B7 and 0C. RGB value is (110,183,12). Sum of RGB (Red+Green+Blue) = 110+183+12=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB70C is #9148F3. Grayscale: #8E8E8E. Windows color (decimal): -9521396 or 833390. OLE color: 833390.

HSL color Cylindrical-coordinate representation of color #6EB70C: hue angle of 85.61º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EB70C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 110 183 12 -
CMYK 0.40 0 0.93 0.28
HSL 85.61º 0.88% 0.38% -
HSV(B) 85.61º 0.93% 0.72% -
XYZ 23.43 37.21 6.29 -
YUV 141.68 54.82 105.4 -
System Red Green Blue C M Y K H S L
Decimal 110 183 12 0.40 0 0.93 0.28 85.61 0.88 0.38
Hex 6E B7 C 28 0 5D 1C 56 58 26
Octal 156 267 14 50 0 135 34 126 130 46
Binary 1101110 10110111 1100 101000 0 1011101 11100 1010110 1011000 100110

Color Harmonies of #6EB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB70C

Black with #6EB70C

Text Example


Text Example

White with #6EB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,183,12); }

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

background-color css

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

 a { background-color: rgb(110,183,12); }

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

border-color css

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

 span { border-color: rgb(110,183,12); }

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