Html Css Color HEX #6EB00D Christi

📋 copy color: '#6EB00D'

red 110 ◦ green 176 ◦ blue 13

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

Shades of Christi #6EB00D

Tints of Christi #6EB00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 36.79%
G = 58.86%
B = 4.35%

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

#6EB00D (or 0x6EB00D) is known color: Christi. HEX triplet: 6E, B0 and 0D. RGB value is (110,176,13). Sum of RGB (Red+Green+Blue) = 110+176+13=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EB00D is #914FF2. Grayscale: #8A8A8A. Windows color (decimal): -9523187 or 897134. OLE color: 897134.

HSL color Cylindrical-coordinate representation of color #6EB00D: hue angle of 84.29º degrees, saturation: 0.86, 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 #6EB00D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 176 13 -
CMYK 0.37 0 0.93 0.31
HSL 84.29º 0.86% 0.37% -
HSV(B) 84.29º 0.93% 0.69% -
XYZ 22.03 34.39 5.86 -
YUV 137.68 57.63 108.25 -
System Red Green Blue C M Y K H S L
Decimal 110 176 13 0.37 0 0.93 0.31 84.29 0.86 0.37
Hex 6E B0 D 25 0 5D 1F 54 56 25
Octal 156 260 15 45 0 135 37 124 126 45
Binary 1101110 10110000 1101 100101 0 1011101 11111 1010100 1010110 100101

Color Harmonies of #6EB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB00D

Black with #6EB00D

Text Example


Text Example

White with #6EB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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