Html Css Color HEX #75AD0D Christi

📋 copy color: '#75AD0D'

red 117 ◦ green 173 ◦ blue 13

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

Shades of Christi #75AD0D

Tints of Christi #75AD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.1%

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

R = 38.61%
G = 57.1%
B = 4.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#75AD0D (or 0x75AD0D) is known color: Christi. HEX triplet: 75, AD and 0D. RGB value is (117,173,13). Sum of RGB (Red+Green+Blue) = 117+173+13=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AD0D is #8A52F2. Grayscale: #8A8A8A. Windows color (decimal): -9065203 or 896373. OLE color: 896373.

HSL color Cylindrical-coordinate representation of color #75AD0D: hue angle of 81º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75AD0D is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 13 -
CMYK 0.32 0 0.92 0.32
HSL 81º 0.86% 0.36% -
HSV(B) 81º 0.92% 0.68% -
XYZ 22.35 33.7 5.71 -
YUV 138.02 57.45 113.01 -
System Red Green Blue C M Y K H S L
Decimal 117 173 13 0.32 0 0.92 0.32 81 0.86 0.36
Hex 75 AD D 20 0 5C 20 51 56 24
Octal 165 255 15 40 0 134 40 121 126 44
Binary 1110101 10101101 1101 100000 0 1011100 100000 1010001 1010110 100100

Color Harmonies of #75AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD0D

Black with #75AD0D

Text Example


Text Example

White with #75AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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