#6FBD1F

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

Shades of Christi #6FBD1F

Tints of Christi #6FBD1F

Color information

#6FBD1F (or 0x6FBD1F) is unknown color: approx Christi. HEX triplet: 6F, BD and 1F. RGB value is (111,189,31). Sum of RGB (Red+Green+Blue) = 111+189+31=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBD1F is #9042E0. Grayscale: #949494. Windows color (decimal): -9454305 or 2080111. OLE color: 2080111.

HSL color Cylindrical-coordinate representation of color #6FBD1F: hue angle of 89.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FBD1F is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB11118931-
CMYK0.4100.840.26
HSL89.62º71.82%43.14%-
HSV(B)89.62º83.6%74.12%-
XYZ2539.877.68-
YUV147.6762.16101.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=33.53%
G=57.10%
B=9.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111189310.4100.840.2689.6271.8243.14
Hex6FBD1F290541A5a482b
Octal157275375101243213211053
Binary11011111011110111111101001010101001101010110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,189,31); }

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

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

 a { background-color: rgb(111,189,31); }

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

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

 span { border-color: rgb(111,189,31); }

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