Html Css Color HEX #6FB812 Christi

📋 copy color: '#6FB812'

red 111 ◦ green 184 ◦ blue 18

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

Shades of Christi #6FB812

Tints of Christi #6FB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.79%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 35.46%
G = 58.79%
B = 5.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#6FB812 (or 0x6FB812) is known color: Christi. HEX triplet: 6F, B8 and 12. RGB value is (111,184,18). Sum of RGB (Red+Green+Blue) = 111+184+18=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB812 is #9047ED. Grayscale: #8F8F8F. Windows color (decimal): -9455598 or 1226863. OLE color: 1226863.

HSL color Cylindrical-coordinate representation of color #6FB812: hue angle of 86.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FB812 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 184 18 -
CMYK 0.40 0 0.90 0.28
HSL 86.39º 0.82% 0.4% -
HSV(B) 86.39º 0.9% 0.72% -
XYZ 23.81 37.7 6.6 -
YUV 143.25 57.32 105 -
System Red Green Blue C M Y K H S L
Decimal 111 184 18 0.40 0 0.90 0.28 86.39 0.82 0.4
Hex 6F B8 12 28 0 5A 1C 56 52 28
Octal 157 270 22 50 0 132 34 126 122 50
Binary 1101111 10111000 10010 101000 0 1011010 11100 1010110 1010010 101000

Color Harmonies of #6FB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB812

Black with #6FB812

Text Example


Text Example

White with #6FB812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,184,18); }

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

background-color css

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

 a { background-color: rgb(111,184,18); }

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

border-color css

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

 span { border-color: rgb(111,184,18); }

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