#75B00D

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

Shades of Christi #75B00D

Tints of Christi #75B00D

Color information

#75B00D (or 0x75B00D) is unknown color: approx Christi. HEX triplet: 75, B0 and 0D. RGB value is (117,176,13). Sum of RGB (Red+Green+Blue) = 117+176+13=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #75B00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B00D is #8A4FF2. Grayscale: #8C8C8C. Windows color (decimal): -9064435 or 897141. OLE color: 897141.

HSL color Cylindrical-coordinate representation of color #75B00D: hue angle of 81.72º 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 #75B00D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB11717613-
CMYK0.3400.930.31
HSL81.72º86.24%37.06%-
HSV(B)81.72º92.61%69.02%-
XYZ22.9334.865.9-
YUV139.7856.45111.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 176 (69.14% from 255) = 57.52%
BLUE value IS 13 (5.47% from 255) = 4.25%
R=38.24%
G=57.52%
B=4.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176130.3400.930.3181.7286.2437.06
Hex75B0D2205D1F525625
Octal165260154201353712212645
Binary1110101101100001101100010010111011111110100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B00D; }

 p { color: rgb(117,176,13); }

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

<style>
 a { background-color: #75B00D; }

 a { background-color: rgb(117,176,13); }

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

<style>
 span { border-color: #75B00D; }

 span { border-color: rgb(117,176,13); }

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