Html Css Color HEX #679B42 Apple

📋 copy color: '#679B42'

red 103 ◦ green 155 ◦ blue 66

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

Shades of Apple #679B42

Tints of Apple #679B42

RGB

 RED value IS 103 (40.63% from 255) = 31.79%

 GREEN value IS 155 (60.94% from 255) = 47.84%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 31.79%
G = 47.84%
B = 20.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#679B42 (or 0x679B42) is known color: Apple. HEX triplet: 67, 9B and 42. RGB value is (103,155,66). Sum of RGB (Red+Green+Blue) = 103+155+66=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #679B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B42 is #9864BD. Grayscale: #818181. Windows color (decimal): -9987262 or 4365159. OLE color: 4365159.

HSL color Cylindrical-coordinate representation of color #679B42: hue angle of 95.06º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #679B42 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 155 66 -
CMYK 0.34 0 0.57 0.39
HSL 95.06º 0.4% 0.43% -
HSV(B) 95.06º 0.57% 0.61% -
XYZ 18.3 26.72 9.35 -
YUV 129.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 103 155 66 0.34 0 0.57 0.39 95.06 0.4 0.43
Hex 67 9B 42 22 0 39 27 5F 28 2B
Octal 147 233 102 42 0 71 47 137 50 53
Binary 1100111 10011011 1000010 100010 0 111001 100111 1011111 101000 101011

Color Harmonies of #679B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679B42

Black with #679B42

Text Example


Text Example

White with #679B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679B42; }

 p { color: rgb(103,155,66); }

 H1.HeaderClassName
 {
   color: #679B42;
 }
 .AnyTagClassName
 {
   color: #679B42;
 }
</style>

background-color css

<style>
 a { background-color: #679B42; }

 a { background-color: rgb(103,155,66); }

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

border-color css

<style>
 span { border-color: #679B42; }

 span { border-color: rgb(103,155,66); }

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