Html Css Color HEX #75BA07 Christi

📋 copy color: '#75BA07'

red 117 ◦ green 186 ◦ blue 7

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

Shades of Christi #75BA07

Tints of Christi #75BA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60%

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

R = 37.74%
G = 60%
B = 2.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#75BA07 (or 0x75BA07) is known color: Christi. HEX triplet: 75, BA and 07. RGB value is (117,186,7). Sum of RGB (Red+Green+Blue) = 117+186+7=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA07 is #8A45F8. Grayscale: #919191. Windows color (decimal): -9061881 or 506485. OLE color: 506485.

HSL color Cylindrical-coordinate representation of color #75BA07: hue angle of 83.13º degrees, saturation: 0.93, 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 #75BA07 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 7 -
CMYK 0.37 0 0.96 0.27
HSL 83.13º 0.93% 0.38% -
HSV(B) 83.13º 0.96% 0.73% -
XYZ 24.93 38.92 6.4 -
YUV 144.96 50.14 108.05 -
System Red Green Blue C M Y K H S L
Decimal 117 186 7 0.37 0 0.96 0.27 83.13 0.93 0.38
Hex 75 BA 7 25 0 60 1B 53 5D 26
Octal 165 272 7 45 0 140 33 123 135 46
Binary 1110101 10111010 111 100101 0 1100000 11011 1010011 1011101 100110

Color Harmonies of #75BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA07

Black with #75BA07

Text Example


Text Example

White with #75BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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