#75B00B

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

Shades of Christi #75B00B

Tints of Christi #75B00B

Color information

#75B00B (or 0x75B00B) is unknown color: approx Christi. HEX triplet: 75, B0 and 0B. RGB value is (117,176,11). Sum of RGB (Red+Green+Blue) = 117+176+11=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #75B00B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B00B is #8A4FF4. Grayscale: #8C8C8C. Windows color (decimal): -9064437 or 766069. OLE color: 766069.

HSL color Cylindrical-coordinate representation of color #75B00B: hue angle of 81.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75B00B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB11717611-
CMYK0.3400.940.31
HSL81.45º88.24%36.67%-
HSV(B)81.45º93.75%69.02%-
XYZ22.9234.865.84-
YUV139.5555.45111.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 176 (69.14% from 255) = 57.89%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=38.49%
G=57.89%
B=3.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176110.3400.940.3181.4588.2436.67
Hex75B0B2205E1F515825
Octal165260134201363712113045
Binary1110101101100001011100010010111101111110100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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