#6FBD29

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

Shades of Christi #6FBD29

Tints of Christi #6FBD29

Color information

#6FBD29 (or 0x6FBD29) is unknown color: approx Christi. HEX triplet: 6F, BD and 29. RGB value is (111,189,41). Sum of RGB (Red+Green+Blue) = 111+189+41=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBD29 is #9042D6. Grayscale: #959595. Windows color (decimal): -9454295 or 2735471. OLE color: 2735471.

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

Color convert

RGB11118941-
CMYK0.4100.780.26
HSL91.62º64.35%45.1%-
HSV(B)91.62º78.31%74.12%-
XYZ25.1539.938.48-
YUV148.8167.16101.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=32.55%
G=55.43%
B=12.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111189410.4100.780.2691.6264.3545.1
Hex6FBD292904E1A5c402d
Octal157275515101163213410055
Binary110111110111101101001101001010011101101010111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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