Html Css Color HEX #6EBE0C Christi

📋 copy color: '#6EBE0C'

red 110 ◦ green 190 ◦ blue 12

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

Shades of Christi #6EBE0C

Tints of Christi #6EBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.9%

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

R = 35.26%
G = 60.9%
B = 3.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#6EBE0C (or 0x6EBE0C) is known color: Christi. HEX triplet: 6E, BE and 0C. RGB value is (110,190,12). Sum of RGB (Red+Green+Blue) = 110+190+12=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBE0C is #9141F3. Grayscale: #929292. Windows color (decimal): -9519604 or 835182. OLE color: 835182.

HSL color Cylindrical-coordinate representation of color #6EBE0C: hue angle of 86.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EBE0C is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 190 12 -
CMYK 0.42 0 0.94 0.25
HSL 86.97º 0.88% 0.4% -
HSV(B) 86.97º 0.94% 0.75% -
XYZ 24.91 40.17 6.79 -
YUV 145.79 52.5 102.47 -
System Red Green Blue C M Y K H S L
Decimal 110 190 12 0.42 0 0.94 0.25 86.97 0.88 0.4
Hex 6E BE C 2A 0 5E 19 57 58 28
Octal 156 276 14 52 0 136 31 127 130 50
Binary 1101110 10111110 1100 101010 0 1011110 11001 1010111 1011000 101000

Color Harmonies of #6EBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBE0C

Black with #6EBE0C

Text Example


Text Example

White with #6EBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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