Html Css Color HEX #6EB00C Christi

📋 copy color: '#6EB00C'

red 110 ◦ green 176 ◦ blue 12

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

Shades of Christi #6EB00C

Tints of Christi #6EB00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.06%

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

R = 36.91%
G = 59.06%
B = 4.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#6EB00C (or 0x6EB00C) is known color: Christi. HEX triplet: 6E, B0 and 0C. RGB value is (110,176,12). Sum of RGB (Red+Green+Blue) = 110+176+12=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EB00C is #914FF3. Grayscale: #8A8A8A. Windows color (decimal): -9523188 or 831598. OLE color: 831598.

HSL color Cylindrical-coordinate representation of color #6EB00C: hue angle of 84.15º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EB00C is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 176 12 -
CMYK 0.37 0 0.93 0.31
HSL 84.15º 0.87% 0.37% -
HSV(B) 84.15º 0.93% 0.69% -
XYZ 22.02 34.39 5.83 -
YUV 137.57 57.13 108.34 -
System Red Green Blue C M Y K H S L
Decimal 110 176 12 0.37 0 0.93 0.31 84.15 0.87 0.37
Hex 6E B0 C 25 0 5D 1F 54 57 25
Octal 156 260 14 45 0 135 37 124 127 45
Binary 1101110 10110000 1100 100101 0 1011101 11111 1010100 1010111 100101

Color Harmonies of #6EB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB00C

Black with #6EB00C

Text Example


Text Example

White with #6EB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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