Html Css Color HEX #75C60F Christi

📋 copy color: '#75C60F'

red 117 ◦ green 198 ◦ blue 15

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

Shades of Christi #75C60F

Tints of Christi #75C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60%

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 35.45%
G = 60%
B = 4.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#75C60F (or 0x75C60F) is known color: Christi. HEX triplet: 75, C6 and 0F. RGB value is (117,198,15). Sum of RGB (Red+Green+Blue) = 117+198+15=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #75C60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C60F is #8A39F0. Grayscale: #999999. Windows color (decimal): -9058801 or 1033845. OLE color: 1033845.

HSL color Cylindrical-coordinate representation of color #75C60F: hue angle of 86.56º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75C60F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 15 -
CMYK 0.41 0 0.92 0.22
HSL 86.56º 0.86% 0.42% -
HSV(B) 86.56º 0.92% 0.78% -
XYZ 27.62 44.2 7.53 -
YUV 152.92 50.16 102.38 -
System Red Green Blue C M Y K H S L
Decimal 117 198 15 0.41 0 0.92 0.22 86.56 0.86 0.42
Hex 75 C6 F 29 0 5C 16 57 56 2A
Octal 165 306 17 51 0 134 26 127 126 52
Binary 1110101 11000110 1111 101001 0 1011100 10110 1010111 1010110 101010

Color Harmonies of #75C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C60F

Black with #75C60F

Text Example


Text Example

White with #75C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,198,15); }

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

background-color css

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

 a { background-color: rgb(117,198,15); }

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

border-color css

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

 span { border-color: rgb(117,198,15); }

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