#6BA307

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

Shades of Christi #6BA307

Tints of Christi #6BA307

Color information

#6BA307 (or 0x6BA307) is unknown color: approx Christi. HEX triplet: 6B, A3 and 07. RGB value is (107,163,7). Sum of RGB (Red+Green+Blue) = 107+163+7=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA307 is #945CF8. Grayscale: #818181. Windows color (decimal): -9723129 or 500587. OLE color: 500587.

HSL color Cylindrical-coordinate representation of color #6BA307: hue angle of 81.54º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BA307 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1071637-
CMYK0.3400.960.36
HSL81.54º91.76%33.33%-
HSV(B)81.54º95.71%63.92%-
XYZ19.229.344.85-
YUV128.4759.45112.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 163 (64.06% from 255) = 58.84%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=38.63%
G=58.84%
B=2.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10716370.3400.960.3681.5491.7633.33
Hex6BA372206024525c21
Octal15324374201404412213441
Binary1101011101000111111000100110000010010010100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,163,7); }

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

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

 a { background-color: rgb(107,163,7); }

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

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

 span { border-color: rgb(107,163,7); }

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