Html Css Color HEX #6EAF1D Christi

📋 copy color: '#6EAF1D'

red 110 ◦ green 175 ◦ blue 29

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

Shades of Christi #6EAF1D

Tints of Christi #6EAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.73%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 35.03%
G = 55.73%
B = 9.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#6EAF1D (or 0x6EAF1D) is known color: Christi. HEX triplet: 6E, AF and 1D. RGB value is (110,175,29). Sum of RGB (Red+Green+Blue) = 110+175+29=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF1D is #9150E2. Grayscale: #8B8B8B. Windows color (decimal): -9523427 or 1945454. OLE color: 1945454.

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

Color convert

RGB 110 175 29 -
CMYK 0.37 0 0.83 0.31
HSL 86.71º 0.72% 0.4% -
HSV(B) 86.71º 0.83% 0.69% -
XYZ 21.98 34.06 6.58 -
YUV 138.92 65.97 107.37 -
System Red Green Blue C M Y K H S L
Decimal 110 175 29 0.37 0 0.83 0.31 86.71 0.72 0.4
Hex 6E AF 1D 25 0 53 1F 57 48 28
Octal 156 257 35 45 0 123 37 127 110 50
Binary 1101110 10101111 11101 100101 0 1010011 11111 1010111 1001000 101000

Color Harmonies of #6EAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF1D

Black with #6EAF1D

Text Example


Text Example

White with #6EAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,29); }

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

background-color css

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

 a { background-color: rgb(110,175,29); }

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

border-color css

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

 span { border-color: rgb(110,175,29); }

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