Html Css Color HEX #759F0F Christi

📋 copy color: '#759F0F'

red 117 ◦ green 159 ◦ blue 15

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

Shades of Christi #759F0F

Tints of Christi #759F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.64%

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

R = 40.21%
G = 54.64%
B = 5.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#759F0F (or 0x759F0F) is known color: Christi. HEX triplet: 75, 9F and 0F. RGB value is (117,159,15). Sum of RGB (Red+Green+Blue) = 117+159+15=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #759F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F0F is #8A60F0. Grayscale: #828282. Windows color (decimal): -9068785 or 1023861. OLE color: 1023861.

HSL color Cylindrical-coordinate representation of color #759F0F: hue angle of 77.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #759F0F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 15 -
CMYK 0.26 0 0.91 0.38
HSL 77.5º 0.83% 0.34% -
HSV(B) 77.5º 0.91% 0.62% -
XYZ 19.82 28.61 4.93 -
YUV 130.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 117 159 15 0.26 0 0.91 0.38 77.5 0.83 0.34
Hex 75 9F F 1A 0 5B 26 4E 53 22
Octal 165 237 17 32 0 133 46 116 123 42
Binary 1110101 10011111 1111 11010 0 1011011 100110 1001110 1010011 100010

Color Harmonies of #759F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F0F

Black with #759F0F

Text Example


Text Example

White with #759F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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