Html Css Color HEX #75BC0D Christi

📋 copy color: '#75BC0D'

red 117 ◦ green 188 ◦ blue 13

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

Shades of Christi #75BC0D

Tints of Christi #75BC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 36.79%
G = 59.12%
B = 4.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#75BC0D (or 0x75BC0D) is known color: Christi. HEX triplet: 75, BC and 0D. RGB value is (117,188,13). Sum of RGB (Red+Green+Blue) = 117+188+13=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC0D is #8A43F2. Grayscale: #939393. Windows color (decimal): -9061363 or 900213. OLE color: 900213.

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

Color convert

RGB 117 188 13 -
CMYK 0.38 0 0.93 0.26
HSL 84.34º 0.87% 0.39% -
HSV(B) 84.34º 0.93% 0.74% -
XYZ 25.39 39.78 6.72 -
YUV 146.82 52.48 106.73 -
System Red Green Blue C M Y K H S L
Decimal 117 188 13 0.38 0 0.93 0.26 84.34 0.87 0.39
Hex 75 BC D 26 0 5D 1A 54 57 27
Octal 165 274 15 46 0 135 32 124 127 47
Binary 1110101 10111100 1101 100110 0 1011101 11010 1010100 1010111 100111

Color Harmonies of #75BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC0D

Black with #75BC0D

Text Example


Text Example

White with #75BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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