Html Css Color HEX #6E980A Christi

📋 copy color: '#6E980A'

red 110 ◦ green 152 ◦ blue 10

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

Shades of Christi #6E980A

Tints of Christi #6E980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.88%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 40.44%
G = 55.88%
B = 3.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#6E980A (or 0x6E980A) is known color: Christi. HEX triplet: 6E, 98 and 0A. RGB value is (110,152,10). Sum of RGB (Red+Green+Blue) = 110+152+10=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #6E980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E980A is #9167F5. Grayscale: #7B7B7B. Windows color (decimal): -9529334 or 694382. OLE color: 694382.

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

Color convert

RGB 110 152 10 -
CMYK 0.28 0 0.93 0.40
HSL 77.75º 0.88% 0.32% -
HSV(B) 77.75º 0.93% 0.6% -
XYZ 17.71 25.79 4.33 -
YUV 123.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 110 152 10 0.28 0 0.93 0.40 77.75 0.88 0.32
Hex 6E 98 A 1C 0 5D 28 4E 58 20
Octal 156 230 12 34 0 135 50 116 130 40
Binary 1101110 10011000 1010 11100 0 1011101 101000 1001110 1011000 100000

Color Harmonies of #6E980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E980A

Black with #6E980A

Text Example


Text Example

White with #6E980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,152,10); }

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

background-color css

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

 a { background-color: rgb(110,152,10); }

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

border-color css

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

 span { border-color: rgb(110,152,10); }

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