Html Css Color HEX #75BC07 Christi

📋 copy color: '#75BC07'

red 117 ◦ green 188 ◦ blue 7

#75BC07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #75BC07

Tints of Christi #75BC07

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

 GREEN value IS 188 (73.83% from 255) = 60.26%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 37.5%
G = 60.26%
B = 2.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#75BC07 (or 0x75BC07) is known color: Christi. HEX triplet: 75, BC and 07. RGB value is (117,188,7). Sum of RGB (Red+Green+Blue) = 117+188+7=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC07 is #8A43F8. Grayscale: #929292. Windows color (decimal): -9061369 or 506997. OLE color: 506997.

HSL color Cylindrical-coordinate representation of color #75BC07: hue angle of 83.54º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75BC07 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 7 -
CMYK 0.38 0 0.96 0.26
HSL 83.54º 0.93% 0.38% -
HSV(B) 83.54º 0.96% 0.74% -
XYZ 25.36 39.76 6.54 -
YUV 146.14 49.48 107.22 -
System Red Green Blue C M Y K H S L
Decimal 117 188 7 0.38 0 0.96 0.26 83.54 0.93 0.38
Hex 75 BC 7 26 0 60 1A 54 5D 26
Octal 165 274 7 46 0 140 32 124 135 46
Binary 1110101 10111100 111 100110 0 1100000 11010 1010100 1011101 100110

Color Harmonies of #75BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC07

Black with #75BC07

Text Example


Text Example

White with #75BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,7); }

 H1.HeaderClassName
 {
   color: #75BC07;
 }
 .AnyTagClassName
 {
   color: #75BC07;
 }
</style>

background-color css

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

 a { background-color: rgb(117,188,7); }

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

border-color css

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

 span { border-color: rgb(117,188,7); }

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