Html Css Color HEX #75A700 Christi

📋 copy color: '#75A700'

red 117 ◦ green 167 ◦ blue 0

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

Shades of Christi #75A700

Tints of Christi #75A700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 58.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.2%
G = 58.8%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#75A700 (or 0x75A700) is known color: Christi. HEX triplet: 75, A7 and 00. RGB value is (117,167,0). Sum of RGB (Red+Green+Blue) = 117+167+0=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #75A700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A700 is #8A58FF. Grayscale: #858585. Windows color (decimal): -9066752 or 42869. OLE color: 42869.

HSL color Cylindrical-coordinate representation of color #75A700: hue angle of 77.96º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75A700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 0 -
CMYK 0.30 0 1 0.35
HSL 77.96º 1% 0.33% -
HSV(B) 77.96º 1% 0.65% -
XYZ 21.15 31.42 4.95 -
YUV 133.01 52.94 116.58 -
System Red Green Blue C M Y K H S L
Decimal 117 167 0 0.30 0 1 0.35 77.96 1 0.33
Hex 75 A7 0 1E 0 64 23 4E 64 21
Octal 165 247 0 36 0 144 43 116 144 41
Binary 1110101 10100111 0 11110 0 1100100 100011 1001110 1100100 100001

Color Harmonies of #75A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A700

Black with #75A700

Text Example


Text Example

White with #75A700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,167,0); }

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

background-color css

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

 a { background-color: rgb(117,167,0); }

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

border-color css

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

 span { border-color: rgb(117,167,0); }

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