Html Css Color HEX #759C19 Christi

📋 copy color: '#759C19'

red 117 ◦ green 156 ◦ blue 25

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

Shades of Christi #759C19

Tints of Christi #759C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.35%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 39.26%
G = 52.35%
B = 8.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#759C19 (or 0x759C19) is known color: Christi. HEX triplet: 75, 9C and 19. RGB value is (117,156,25). Sum of RGB (Red+Green+Blue) = 117+156+25=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #759C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C19 is #8A63E6. Grayscale: #818181. Windows color (decimal): -9069543 or 1678453. OLE color: 1678453.

HSL color Cylindrical-coordinate representation of color #759C19: hue angle of 77.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759C19 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 25 -
CMYK 0.25 0 0.84 0.39
HSL 77.86º 0.72% 0.35% -
HSV(B) 77.86º 0.84% 0.61% -
XYZ 19.4 27.63 5.23 -
YUV 129.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 117 156 25 0.25 0 0.84 0.39 77.86 0.72 0.35
Hex 75 9C 19 19 0 54 27 4E 48 23
Octal 165 234 31 31 0 124 47 116 110 43
Binary 1110101 10011100 11001 11001 0 1010100 100111 1001110 1001000 100011

Color Harmonies of #759C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C19

Black with #759C19

Text Example


Text Example

White with #759C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759C19; }

 p { color: rgb(117,156,25); }

 H1.HeaderClassName
 {
   color: #759C19;
 }
 .AnyTagClassName
 {
   color: #759C19;
 }
</style>

background-color css

<style>
 a { background-color: #759C19; }

 a { background-color: rgb(117,156,25); }

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

border-color css

<style>
 span { border-color: #759C19; }

 span { border-color: rgb(117,156,25); }

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