Html Css Color HEX #6E9E01 Christi

📋 copy color: '#6E9E01'

red 110 ◦ green 158 ◦ blue 1

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

Shades of Christi #6E9E01

Tints of Christi #6E9E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 58.74%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 40.89%
G = 58.74%
B = 0.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#6E9E01 (or 0x6E9E01) is known color: Christi. HEX triplet: 6E, 9E and 01. RGB value is (110,158,1). Sum of RGB (Red+Green+Blue) = 110+158+1=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 158 (62.11% from 255 or 58.74% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9E01 is #9161FE. Grayscale: #7E7E7E. Windows color (decimal): -9527807 or 106094. OLE color: 106094.

HSL color Cylindrical-coordinate representation of color #6E9E01: hue angle of 78.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E9E01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 158 1 -
CMYK 0.30 0 0.99 0.38
HSL 78.34º 0.99% 0.31% -
HSV(B) 78.34º 0.99% 0.62% -
XYZ 18.66 27.77 4.41 -
YUV 125.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 110 158 1 0.30 0 0.99 0.38 78.34 0.99 0.31
Hex 6E 9E 1 1E 0 63 26 4E 63 1F
Octal 156 236 1 36 0 143 46 116 143 37
Binary 1101110 10011110 1 11110 0 1100011 100110 1001110 1100011 11111

Color Harmonies of #6E9E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9E01

Black with #6E9E01

Text Example


Text Example

White with #6E9E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,158,1); }

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

background-color css

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

 a { background-color: rgb(110,158,1); }

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

border-color css

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

 span { border-color: rgb(110,158,1); }

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