#6BAC05

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

Shades of Christi #6BAC05

Tints of Christi #6BAC05

Color information

#6BAC05 (or 0x6BAC05) is unknown color: approx Christi. HEX triplet: 6B, AC and 05. RGB value is (107,172,5). Sum of RGB (Red+Green+Blue) = 107+172+5=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAC05 is #9453FA. Grayscale: #868686. Windows color (decimal): -9720827 or 371819. OLE color: 371819.

HSL color Cylindrical-coordinate representation of color #6BAC05: hue angle of 83.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6BAC05 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1071725-
CMYK0.3800.970.33
HSL83.35º94.35%34.71%-
HSV(B)83.35º97.09%67.45%-
XYZ20.8432.645.35-
YUV133.5355.47109.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 172 (67.58% from 255) = 60.56%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=37.68%
G=60.56%
B=1.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10717250.3800.970.3383.3594.3534.71
Hex6BAC52606121535e23
Octal15325454601414112313643
Binary1101011101011001011001100110000110000110100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,5); }

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

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

 a { background-color: rgb(107,172,5); }

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

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

 span { border-color: rgb(107,172,5); }

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