Html Css Color HEX #6EAF1B Christi

📋 copy color: '#6EAF1B'

red 110 ◦ green 175 ◦ blue 27

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

Shades of Christi #6EAF1B

Tints of Christi #6EAF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 35.26%
G = 56.09%
B = 8.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#6EAF1B (or 0x6EAF1B) is known color: Christi. HEX triplet: 6E, AF and 1B. RGB value is (110,175,27). Sum of RGB (Red+Green+Blue) = 110+175+27=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF1B is #9150E4. Grayscale: #8B8B8B. Windows color (decimal): -9523429 or 1814382. OLE color: 1814382.

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

Color convert

RGB 110 175 27 -
CMYK 0.37 0 0.85 0.31
HSL 86.35º 0.73% 0.4% -
HSV(B) 86.35º 0.85% 0.69% -
XYZ 21.96 34.05 6.45 -
YUV 138.69 64.97 107.53 -
System Red Green Blue C M Y K H S L
Decimal 110 175 27 0.37 0 0.85 0.31 86.35 0.73 0.4
Hex 6E AF 1B 25 0 55 1F 56 49 28
Octal 156 257 33 45 0 125 37 126 111 50
Binary 1101110 10101111 11011 100101 0 1010101 11111 1010110 1001001 101000

Color Harmonies of #6EAF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF1B

Black with #6EAF1B

Text Example


Text Example

White with #6EAF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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