#6F9C0F

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

Shades of Christi #6F9C0F

Tints of Christi #6F9C0F

Color information

#6F9C0F (or 0x6F9C0F) is unknown color: approx Christi. HEX triplet: 6F, 9C and 0F. RGB value is (111,156,15). Sum of RGB (Red+Green+Blue) = 111+156+15=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9C0F is #9063F0. Grayscale: #7E7E7E. Windows color (decimal): -9462769 or 1023087. OLE color: 1023087.

HSL color Cylindrical-coordinate representation of color #6F9C0F: hue angle of 79.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F9C0F is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB11115615-
CMYK0.2900.900.39
HSL79.15º82.46%33.53%-
HSV(B)79.15º90.38%61.18%-
XYZ18.5327.194.72-
YUV126.4765.09116.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 156 (61.33% from 255) = 55.32%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=39.36%
G=55.32%
B=5.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111156150.2900.900.3979.1582.4633.53
Hex6F9CF1D05A274f5222
Octal157234173501324711712242
Binary1101111100111001111111010101101010011110011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,156,15); }

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

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

 a { background-color: rgb(111,156,15); }

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

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

 span { border-color: rgb(111,156,15); }

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