Html Css Color HEX #74B00A Christi

📋 copy color: '#74B00A'

red 116 ◦ green 176 ◦ blue 10

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

Shades of Christi #74B00A

Tints of Christi #74B00A

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

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

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

R = 38.41%
G = 58.28%
B = 3.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#74B00A (or 0x74B00A) is known color: Christi. HEX triplet: 74, B0 and 0A. RGB value is (116,176,10). Sum of RGB (Red+Green+Blue) = 116+176+10=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #74B00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B00A is #8B4FF5. Grayscale: #8B8B8B. Windows color (decimal): -9129974 or 700532. OLE color: 700532.

HSL color Cylindrical-coordinate representation of color #74B00A: hue angle of 81.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74B00A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 10 -
CMYK 0.34 0 0.94 0.31
HSL 81.69º 0.89% 0.36% -
HSV(B) 81.69º 0.94% 0.69% -
XYZ 22.78 34.79 5.8 -
YUV 139.14 55.12 111.5 -
System Red Green Blue C M Y K H S L
Decimal 116 176 10 0.34 0 0.94 0.31 81.69 0.89 0.36
Hex 74 B0 A 22 0 5E 1F 52 59 24
Octal 164 260 12 42 0 136 37 122 131 44
Binary 1110100 10110000 1010 100010 0 1011110 11111 1010010 1011001 100100

Color Harmonies of #74B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B00A

Black with #74B00A

Text Example


Text Example

White with #74B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B00A; }

 p { color: rgb(116,176,10); }

 H1.HeaderClassName
 {
   color: #74B00A;
 }
 .AnyTagClassName
 {
   color: #74B00A;
 }
</style>

background-color css

<style>
 a { background-color: #74B00A; }

 a { background-color: rgb(116,176,10); }

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

border-color css

<style>
 span { border-color: #74B00A; }

 span { border-color: rgb(116,176,10); }

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