#75B908

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

Shades of Christi #75B908

Tints of Christi #75B908

Color information

#75B908 (or 0x75B908) is unknown color: approx Christi. HEX triplet: 75, B9 and 08. RGB value is (117,185,8). Sum of RGB (Red+Green+Blue) = 117+185+8=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #75B908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B908 is #8A46F7. Grayscale: #919191. Windows color (decimal): -9062136 or 571765. OLE color: 571765.

HSL color Cylindrical-coordinate representation of color #75B908: hue angle of 83.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75B908 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1171858-
CMYK0.3700.960.27
HSL83.05º91.71%37.84%-
HSV(B)83.05º95.68%72.55%-
XYZ24.7338.56.36-
YUV144.4950.97108.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 59.68%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=37.74%
G=59.68%
B=2.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11718580.3700.960.2783.0591.7137.84
Hex75B98250601B535c26
Octal165271104501403312313446
Binary1110101101110011000100101011000001101110100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,8); }

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

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

 a { background-color: rgb(117,185,8); }

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

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

 span { border-color: rgb(117,185,8); }

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