Html Css Color HEX #75AA0D Christi

📋 copy color: '#75AA0D'

red 117 ◦ green 170 ◦ blue 13

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

Shades of Christi #75AA0D

Tints of Christi #75AA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.67%

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

R = 39%
G = 56.67%
B = 4.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#75AA0D (or 0x75AA0D) is known color: Christi. HEX triplet: 75, AA and 0D. RGB value is (117,170,13). Sum of RGB (Red+Green+Blue) = 117+170+13=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA0D is #8A55F2. Grayscale: #888888. Windows color (decimal): -9065971 or 895605. OLE color: 895605.

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

Color convert

RGB 117 170 13 -
CMYK 0.31 0 0.92 0.33
HSL 80.25º 0.86% 0.36% -
HSV(B) 80.25º 0.92% 0.67% -
XYZ 21.78 32.56 5.52 -
YUV 136.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 117 170 13 0.31 0 0.92 0.33 80.25 0.86 0.36
Hex 75 AA D 1F 0 5C 21 50 56 24
Octal 165 252 15 37 0 134 41 120 126 44
Binary 1110101 10101010 1101 11111 0 1011100 100001 1010000 1010110 100100

Color Harmonies of #75AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA0D

Black with #75AA0D

Text Example


Text Example

White with #75AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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