#6BA50D

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

Shades of Christi #6BA50D

Tints of Christi #6BA50D

Color information

#6BA50D (or 0x6BA50D) is unknown color: approx Christi. HEX triplet: 6B, A5 and 0D. RGB value is (107,165,13). Sum of RGB (Red+Green+Blue) = 107+165+13=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA50D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA50D is #945AF2. Grayscale: #828282. Windows color (decimal): -9722611 or 894315. OLE color: 894315.

HSL color Cylindrical-coordinate representation of color #6BA50D: hue angle of 82.89º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BA50D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB10716513-
CMYK0.3500.920.35
HSL82.89º85.39%34.9%-
HSV(B)82.89º92.12%64.71%-
XYZ19.5930.075.15-
YUV130.3361.78111.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=37.54%
G=57.89%
B=4.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107165130.3500.920.3582.8985.3934.9
Hex6BA5D2305C23535523
Octal153245154301344312312543
Binary11010111010010111011000110101110010001110100111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,165,13); }

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

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

 a { background-color: rgb(107,165,13); }

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

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

 span { border-color: rgb(107,165,13); }

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