Html Css Color HEX #6EBA0F Christi

📋 copy color: '#6EBA0F'

red 110 ◦ green 186 ◦ blue 15

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

Shades of Christi #6EBA0F

Tints of Christi #6EBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 35.37%
G = 59.81%
B = 4.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#6EBA0F (or 0x6EBA0F) is known color: Christi. HEX triplet: 6E, BA and 0F. RGB value is (110,186,15). Sum of RGB (Red+Green+Blue) = 110+186+15=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EBA0F is #9145F0. Grayscale: #909090. Windows color (decimal): -9520625 or 1030766. OLE color: 1030766.

HSL color Cylindrical-coordinate representation of color #6EBA0F: hue angle of 86.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EBA0F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 15 -
CMYK 0.41 0 0.92 0.27
HSL 86.67º 0.85% 0.39% -
HSV(B) 86.67º 0.92% 0.73% -
XYZ 24.08 38.47 6.61 -
YUV 143.78 55.32 103.9 -
System Red Green Blue C M Y K H S L
Decimal 110 186 15 0.41 0 0.92 0.27 86.67 0.85 0.39
Hex 6E BA F 29 0 5C 1B 57 55 27
Octal 156 272 17 51 0 134 33 127 125 47
Binary 1101110 10111010 1111 101001 0 1011100 11011 1010111 1010101 100111

Color Harmonies of #6EBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA0F

Black with #6EBA0F

Text Example


Text Example

White with #6EBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,15); }

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

background-color css

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

 a { background-color: rgb(110,186,15); }

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

border-color css

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

 span { border-color: rgb(110,186,15); }

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