#6FBE1A

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

Shades of Christi #6FBE1A

Tints of Christi #6FBE1A

Color information

#6FBE1A (or 0x6FBE1A) is unknown color: approx Christi. HEX triplet: 6F, BE and 1A. RGB value is (111,190,26). Sum of RGB (Red+Green+Blue) = 111+190+26=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE1A is #9041E5. Grayscale: #949494. Windows color (decimal): -9454054 or 1752687. OLE color: 1752687.

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

Color convert

RGB11119026-
CMYK0.4200.860.25
HSL88.9º75.93%42.35%-
HSV(B)88.9º86.32%74.51%-
XYZ25.1640.287.43-
YUV147.6859.33101.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 190 (74.61% from 255) = 58.10%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=33.94%
G=58.10%
B=7.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111190260.4200.860.2588.975.9342.35
Hex6FBE1A2A05619594c2a
Octal157276325201263113111452
Binary11011111011111011010101010010101101100110110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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