Html Css Color HEX #74783A Crete

📋 copy color: '#74783A'

red 116 ◦ green 120 ◦ blue 58

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

Shades of Crete #74783A

Tints of Crete #74783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.82%

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 39.46%
G = 40.82%
B = 19.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#74783A (or 0x74783A) is known color: Crete. HEX triplet: 74, 78 and 3A. RGB value is (116,120,58). Sum of RGB (Red+Green+Blue) = 116+120+58=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #74783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74783A is #8B87C5. Grayscale: #6F6F6F. Windows color (decimal): -9144262 or 3831924. OLE color: 3831924.

HSL color Cylindrical-coordinate representation of color #74783A: hue angle of 63.87º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74783A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 58 -
CMYK 0.03 0 0.52 0.53
HSL 63.87º 0.35% 0.35% -
HSV(B) 63.87º 0.52% 0.47% -
XYZ 14.68 17.45 6.6 -
YUV 111.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 116 120 58 0.03 0 0.52 0.53 63.87 0.35 0.35
Hex 74 78 3A 3 0 34 35 40 23 23
Octal 164 170 72 3 0 64 65 100 43 43
Binary 1110100 1111000 111010 11 0 110100 110101 1000000 100011 100011

Color Harmonies of #74783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74783A

Black with #74783A

Text Example


Text Example

White with #74783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74783A; }

 p { color: rgb(116,120,58); }

 H1.HeaderClassName
 {
   color: #74783A;
 }
 .AnyTagClassName
 {
   color: #74783A;
 }
</style>

background-color css

<style>
 a { background-color: #74783A; }

 a { background-color: rgb(116,120,58); }

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

border-color css

<style>
 span { border-color: #74783A; }

 span { border-color: rgb(116,120,58); }

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