Html Css Color HEX #75BA0A Christi

📋 copy color: '#75BA0A'

red 117 ◦ green 186 ◦ blue 10

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

Shades of Christi #75BA0A

Tints of Christi #75BA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 37.38%
G = 59.42%
B = 3.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#75BA0A (or 0x75BA0A) is known color: Christi. HEX triplet: 75, BA and 0A. RGB value is (117,186,10). Sum of RGB (Red+Green+Blue) = 117+186+10=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA0A is #8A45F5. Grayscale: #919191. Windows color (decimal): -9061878 or 703093. OLE color: 703093.

HSL color Cylindrical-coordinate representation of color #75BA0A: hue angle of 83.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75BA0A is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 10 -
CMYK 0.37 0 0.95 0.27
HSL 83.52º 0.9% 0.38% -
HSV(B) 83.52º 0.95% 0.73% -
XYZ 24.95 38.92 6.48 -
YUV 145.31 51.64 107.81 -
System Red Green Blue C M Y K H S L
Decimal 117 186 10 0.37 0 0.95 0.27 83.52 0.9 0.38
Hex 75 BA A 25 0 5F 1B 54 5A 26
Octal 165 272 12 45 0 137 33 124 132 46
Binary 1110101 10111010 1010 100101 0 1011111 11011 1010100 1011010 100110

Color Harmonies of #75BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA0A

Black with #75BA0A

Text Example


Text Example

White with #75BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,10); }

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

background-color css

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

 a { background-color: rgb(117,186,10); }

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

border-color css

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

 span { border-color: rgb(117,186,10); }

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