#6B9800

Color #6B9800 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6B9800

Tints of Christi #6B9800

Color information

#6B9800 (or 0x6B9800) is unknown color: approx Christi. HEX triplet: 6B, 98 and 00. RGB value is (107,152,0). Sum of RGB (Red+Green+Blue) = 107+152+0=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9800 is #9467FF. Grayscale: #797979. Windows color (decimal): -9725952 or 39019. OLE color: 39019.

HSL color Cylindrical-coordinate representation of color #6B9800: hue angle of 77.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B9800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1071520-
CMYK0.30010.40
HSL77.76º100%29.8%-
HSV(B)77.76º100%59.61%-
XYZ17.2925.584.03-
YUV121.2259.59117.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.31%
G=58.69%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10715200.30010.4077.7610029.8
Hex6B9801E064284e641e
Octal15323003601445011614436
Binary110101110011000011110011001001010001001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,0); }

 H1.HeaderClassName
 {
   color: #6B9800;
 }
 .AnyTagClassName
 {
   color: #6B9800;
 }
</style>
background-color css

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

 a { background-color: rgb(107,152,0); }

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

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

 span { border-color: rgb(107,152,0); }

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