Html Css Color HEX #6FB900 Christi

📋 copy color: '#6FB900'

red 111 ◦ green 185 ◦ blue 0

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

Shades of Christi #6FB900

Tints of Christi #6FB900

RGB

 RED value IS 111 (43.75% from 255) = 37.5%

 GREEN value IS 185 (72.66% from 255) = 62.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.5%
G = 62.5%
B = 0%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#6FB900 (or 0x6FB900) is known color: Christi. HEX triplet: 6F, B9 and 00. RGB value is (111,185,0). Sum of RGB (Red+Green+Blue) = 111+185+0=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB900 is #9046FF. Grayscale: #8E8E8E. Windows color (decimal): -9455360 or 47471. OLE color: 47471.

HSL color Cylindrical-coordinate representation of color #6FB900: hue angle of 84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FB900 is Cyan = 0.4, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 185 0 -
CMYK 0.4 0 1 0.27
HSL 84º 1% 0.36% -
HSV(B) 84º 1% 0.73% -
XYZ 23.9 38.08 6.09 -
YUV 141.78 47.98 106.04 -
System Red Green Blue C M Y K H S L
Decimal 111 185 0 0.4 0 1 0.27 84 1 0.36
Hex 6F B9 0 28 0 64 1B 54 64 24
Octal 157 271 0 50 0 144 33 124 144 44
Binary 1101111 10111001 0 101000 0 1100100 11011 1010100 1100100 100100

Color Harmonies of #6FB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB900

Black with #6FB900

Text Example


Text Example

White with #6FB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,185,0); }

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

background-color css

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

 a { background-color: rgb(111,185,0); }

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

border-color css

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

 span { border-color: rgb(111,185,0); }

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