Html Css Color HEX #75A30F Christi

📋 copy color: '#75A30F'

red 117 ◦ green 163 ◦ blue 15

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

Shades of Christi #75A30F

Tints of Christi #75A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.25%

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

R = 39.66%
G = 55.25%
B = 5.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#75A30F (or 0x75A30F) is known color: Christi. HEX triplet: 75, A3 and 0F. RGB value is (117,163,15). Sum of RGB (Red+Green+Blue) = 117+163+15=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #75A30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A30F is #8A5CF0. Grayscale: #848484. Windows color (decimal): -9067761 or 1024885. OLE color: 1024885.

HSL color Cylindrical-coordinate representation of color #75A30F: hue angle of 78.65º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75A30F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 15 -
CMYK 0.28 0 0.91 0.36
HSL 78.65º 0.83% 0.35% -
HSV(B) 78.65º 0.91% 0.64% -
XYZ 20.52 30.01 5.16 -
YUV 132.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 117 163 15 0.28 0 0.91 0.36 78.65 0.83 0.35
Hex 75 A3 F 1C 0 5B 24 4F 53 23
Octal 165 243 17 34 0 133 44 117 123 43
Binary 1110101 10100011 1111 11100 0 1011011 100100 1001111 1010011 100011

Color Harmonies of #75A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A30F

Black with #75A30F

Text Example


Text Example

White with #75A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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