Html Css Color HEX #75C306 Christi

📋 copy color: '#75C306'

red 117 ◦ green 195 ◦ blue 6

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

Shades of Christi #75C306

Tints of Christi #75C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.32%

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

R = 36.79%
G = 61.32%
B = 1.89%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#75C306 (or 0x75C306) is known color: Christi. HEX triplet: 75, C3 and 06. RGB value is (117,195,6). Sum of RGB (Red+Green+Blue) = 117+195+6=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #75C306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C306 is #8A3CF9. Grayscale: #969696. Windows color (decimal): -9059578 or 443253. OLE color: 443253.

HSL color Cylindrical-coordinate representation of color #75C306: hue angle of 84.76º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C306 is Cyan = 0.4, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 6 -
CMYK 0.4 0 0.97 0.24
HSL 84.76º 0.94% 0.39% -
HSV(B) 84.76º 0.97% 0.76% -
XYZ 26.88 42.83 7.02 -
YUV 150.13 46.66 104.37 -
System Red Green Blue C M Y K H S L
Decimal 117 195 6 0.4 0 0.97 0.24 84.76 0.94 0.39
Hex 75 C3 6 28 0 61 18 55 5E 27
Octal 165 303 6 50 0 141 30 125 136 47
Binary 1110101 11000011 110 101000 0 1100001 11000 1010101 1011110 100111

Color Harmonies of #75C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C306

Black with #75C306

Text Example


Text Example

White with #75C306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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