#6FBE2A

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

Shades of Christi #6FBE2A

Tints of Christi #6FBE2A

Color information

#6FBE2A (or 0x6FBE2A) is unknown color: approx Christi. HEX triplet: 6F, BE and 2A. RGB value is (111,190,42). Sum of RGB (Red+Green+Blue) = 111+190+42=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE2A is #9041D5. Grayscale: #969696. Windows color (decimal): -9454038 or 2801263. OLE color: 2801263.

HSL color Cylindrical-coordinate representation of color #6FBE2A: hue angle of 92.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FBE2A is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB11119042-
CMYK0.4200.780.25
HSL92.03º63.79%45.49%-
HSV(B)92.03º77.89%74.51%-
XYZ25.3940.378.65-
YUV149.5167.33100.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=32.36%
G=55.39%
B=12.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111190420.4200.780.2592.0363.7945.49
Hex6FBE2A2A04E195c402d
Octal157276525201163113410055
Binary110111110111110101010101010010011101100110111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,42); }

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

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

 a { background-color: rgb(111,190,42); }

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

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

 span { border-color: rgb(111,190,42); }

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