Html Css Color HEX #75B00C Christi

📋 copy color: '#75B00C'

red 117 ◦ green 176 ◦ blue 12

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

Shades of Christi #75B00C

Tints of Christi #75B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.7%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 38.36%
G = 57.7%
B = 3.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#75B00C (or 0x75B00C) is known color: Christi. HEX triplet: 75, B0 and 0C. RGB value is (117,176,12). Sum of RGB (Red+Green+Blue) = 117+176+12=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #75B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B00C is #8A4FF3. Grayscale: #8C8C8C. Windows color (decimal): -9064436 or 831605. OLE color: 831605.

HSL color Cylindrical-coordinate representation of color #75B00C: hue angle of 81.59º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75B00C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 12 -
CMYK 0.34 0 0.93 0.31
HSL 81.59º 0.87% 0.37% -
HSV(B) 81.59º 0.93% 0.69% -
XYZ 22.93 34.86 5.87 -
YUV 139.66 55.95 111.84 -
System Red Green Blue C M Y K H S L
Decimal 117 176 12 0.34 0 0.93 0.31 81.59 0.87 0.37
Hex 75 B0 C 22 0 5D 1F 52 57 25
Octal 165 260 14 42 0 135 37 122 127 45
Binary 1110101 10110000 1100 100010 0 1011101 11111 1010010 1010111 100101

Color Harmonies of #75B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B00C

Black with #75B00C

Text Example


Text Example

White with #75B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,176,12); }

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

background-color css

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

 a { background-color: rgb(117,176,12); }

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

border-color css

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

 span { border-color: rgb(117,176,12); }

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