Html Css Color HEX #68A74A Apple

📋 copy color: '#68A74A'

red 104 ◦ green 167 ◦ blue 74

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

Shades of Apple #68A74A

Tints of Apple #68A74A

RGB

 RED value IS 104 (41.02% from 255) = 30.14%

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 30.14%
G = 48.41%
B = 21.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#68A74A (or 0x68A74A) is known color: Apple. HEX triplet: 68, A7 and 4A. RGB value is (104,167,74). Sum of RGB (Red+Green+Blue) = 104+167+74=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #68A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A74A is #9758B5. Grayscale: #898989. Windows color (decimal): -9918646 or 4892520. OLE color: 4892520.

HSL color Cylindrical-coordinate representation of color #68A74A: hue angle of 100.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A74A is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 167 74 -
CMYK 0.38 0 0.56 0.35
HSL 100.65º 0.39% 0.47% -
HSV(B) 100.65º 0.56% 0.65% -
XYZ 20.76 31.07 11.38 -
YUV 137.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 104 167 74 0.38 0 0.56 0.35 100.65 0.39 0.47
Hex 68 A7 4A 26 0 38 23 65 27 2F
Octal 150 247 112 46 0 70 43 145 47 57
Binary 1101000 10100111 1001010 100110 0 111000 100011 1100101 100111 101111

Color Harmonies of #68A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A74A

Black with #68A74A

Text Example


Text Example

White with #68A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A74A; }

 p { color: rgb(104,167,74); }

 H1.HeaderClassName
 {
   color: #68A74A;
 }
 .AnyTagClassName
 {
   color: #68A74A;
 }
</style>

background-color css

<style>
 a { background-color: #68A74A; }

 a { background-color: rgb(104,167,74); }

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

border-color css

<style>
 span { border-color: #68A74A; }

 span { border-color: rgb(104,167,74); }

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