Html Css Color HEX #75990F Christi

📋 copy color: '#75990F'

red 117 ◦ green 153 ◦ blue 15

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

Shades of Christi #75990F

Tints of Christi #75990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.68%

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

R = 41.05%
G = 53.68%
B = 5.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#75990F (or 0x75990F) is known color: Christi. HEX triplet: 75, 99 and 0F. RGB value is (117,153,15). Sum of RGB (Red+Green+Blue) = 117+153+15=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #75990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75990F is #8A66F0. Grayscale: #7F7F7F. Windows color (decimal): -9070321 or 1022325. OLE color: 1022325.

HSL color Cylindrical-coordinate representation of color #75990F: hue angle of 75.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75990F is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 15 -
CMYK 0.24 0 0.90 0.4
HSL 75.65º 0.82% 0.33% -
HSV(B) 75.65º 0.9% 0.6% -
XYZ 18.81 26.6 4.59 -
YUV 126.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 117 153 15 0.24 0 0.90 0.4 75.65 0.82 0.33
Hex 75 99 F 18 0 5A 28 4C 52 21
Octal 165 231 17 30 0 132 50 114 122 41
Binary 1110101 10011001 1111 11000 0 1011010 101000 1001100 1010010 100001

Color Harmonies of #75990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75990F

Black with #75990F

Text Example


Text Example

White with #75990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75990F; }

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

 H1.HeaderClassName
 {
   color: #75990F;
 }
 .AnyTagClassName
 {
   color: #75990F;
 }
</style>

background-color css

<style>
 a { background-color: #75990F; }

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

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

border-color css

<style>
 span { border-color: #75990F; }

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

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