Html Css Color HEX #75BA06 Christi

📋 copy color: '#75BA06'

red 117 ◦ green 186 ◦ blue 6

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

Shades of Christi #75BA06

Tints of Christi #75BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 37.86%
G = 60.19%
B = 1.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#75BA06 (or 0x75BA06) is known color: Christi. HEX triplet: 75, BA and 06. RGB value is (117,186,6). Sum of RGB (Red+Green+Blue) = 117+186+6=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA06 is #8A45F9. Grayscale: #919191. Windows color (decimal): -9061882 or 440949. OLE color: 440949.

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

Color convert

RGB 117 186 6 -
CMYK 0.37 0 0.97 0.27
HSL 83º 0.94% 0.38% -
HSV(B) 83º 0.97% 0.73% -
XYZ 24.93 38.91 6.37 -
YUV 144.85 49.64 108.14 -
System Red Green Blue C M Y K H S L
Decimal 117 186 6 0.37 0 0.97 0.27 83 0.94 0.38
Hex 75 BA 6 25 0 61 1B 53 5E 26
Octal 165 272 6 45 0 141 33 123 136 46
Binary 1110101 10111010 110 100101 0 1100001 11011 1010011 1011110 100110

Color Harmonies of #75BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA06

Black with #75BA06

Text Example


Text Example

White with #75BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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