#6BAF0D

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

Shades of Christi #6BAF0D

Tints of Christi #6BAF0D

Color information

#6BAF0D (or 0x6BAF0D) is unknown color: approx Christi. HEX triplet: 6B, AF and 0D. RGB value is (107,175,13). Sum of RGB (Red+Green+Blue) = 107+175+13=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAF0D is #9450F2. Grayscale: #888888. Windows color (decimal): -9720051 or 896875. OLE color: 896875.

HSL color Cylindrical-coordinate representation of color #6BAF0D: hue angle of 85.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BAF0D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB10717513-
CMYK0.3900.930.31
HSL85.19º86.17%36.86%-
HSV(B)85.19º92.57%68.63%-
XYZ21.4733.815.78-
YUV136.258.47107.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 59.32%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=36.27%
G=59.32%
B=4.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107175130.3900.930.3185.1986.1736.86
Hex6BAFD2705D1F555625
Octal153257154701353712512645
Binary1101011101011111101100111010111011111110101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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